Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 11:32:19 GMT
From:      Kozlov Sergey <kozlov.sergey.404@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183477: [patch] databases/py-mysql2pgsql dependency fix
Message-ID:  <201310301132.r9UBWJvu037505@oldred.freebsd.org>
Resent-Message-ID: <201310301140.r9UBe17U075751@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183477
>Category:       ports
>Synopsis:       [patch] databases/py-mysql2pgsql dependency fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 30 11:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kozlov Sergey
>Release:        9.1-RELEASE-p7
>Organization:
ARC
>Environment:
FreeBSD sonya 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #4: Tue Sep 10 18:39:35 EEST 2013     root@sonya:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Dependencies don't cover py-argparse, which is required to run py-mysql2pgsql.
>How-To-Repeat:
Install py-mysql2pgsql onto a clean system, run py-mysql2pgsql, get the traceback.
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile    (revision 332093)
+++ Makefile    (working copy)
@@ -15,6 +15,7 @@
                ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.4.2:${PORTSDIR}/databases/py-psycopg2 \
                ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:${PORTSDIR}/devel/py-termcolor \
                ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:${PORTSDIR}/devel/py-yaml \
+               ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \
                ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz

 USE_PYTHON=            2.7

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310301132.r9UBWJvu037505>