pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-wpull: Require yapsy, tornado, sqlalchemy



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Mar 9 15:23:48 2017 +0100
Changeset:	a1fc35ca3a7204ac550be60aa79cb4ba72560d88

Modified Files:
	py-wpull/Makefile

Log Message:
py-wpull: Require yapsy, tornado, sqlalchemy

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a1fc35ca3a7204ac550be60aa79cb4ba72560d88

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-wpull/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-wpull/Makefile b/py-wpull/Makefile
index 1ee5e30ce7..7c77c1e06f 100644
--- a/py-wpull/Makefile
+++ b/py-wpull/Makefile
@@ -16,7 +16,9 @@ PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 USE_LANGUAGES=	# none
 
-DEPENDS+=	${PYPKGPREFIX}-yapsy>=1.2.1:../../wip/py-yapsy
+DEPENDS+=	${PYPKGPREFIX}-yapsy-[0-9]*:../../wip/py-yapsy
+DEPENDS+=	${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
+DEPENDS+=	${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index