pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-publicsuffix2



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:25:45 UTC 2019

Modified Files:
        pkgsrc/www/py-publicsuffix2: Makefile

Log Message:
Needs py-requests.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-publicsuffix2/Makefile

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

Modified files:

Index: pkgsrc/www/py-publicsuffix2/Makefile
diff -u pkgsrc/www/py-publicsuffix2/Makefile:1.2 pkgsrc/www/py-publicsuffix2/Makefile:1.3
--- pkgsrc/www/py-publicsuffix2/Makefile:1.2    Tue Dec 17 09:39:47 2019
+++ pkgsrc/www/py-publicsuffix2/Makefile        Thu Dec 19 22:25:45 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/12/17 09:39:47 leot Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/19 22:25:45 joerg Exp $
 
 DISTNAME=      publicsuffix2-2.20190812
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE=      mit AND mpl-2.0
 
 USE_LANGUAGES= # none
 
+DEPENDS+=      ${PYPKGPREFIX}-requests>=1.1:../../devel/py-requests
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index