pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-zope.deprecation



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Dec 22 21:43:39 UTC 2018

Modified Files:
        pkgsrc/devel/py-zope.deprecation: Makefile

Log Message:
py-zope.deprecation: fix DEPENDS


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

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

Modified files:

Index: pkgsrc/devel/py-zope.deprecation/Makefile
diff -u pkgsrc/devel/py-zope.deprecation/Makefile:1.2 pkgsrc/devel/py-zope.deprecation/Makefile:1.3
--- pkgsrc/devel/py-zope.deprecation/Makefile:1.2       Sat Dec 22 09:08:48 2018
+++ pkgsrc/devel/py-zope.deprecation/Makefile   Sat Dec 22 21:43:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/12/22 09:08:48 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/12/22 21:43:39 adam Exp $
 
 DISTNAME=      zope.deprecation-4.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     http://github.com/zopefoundati
 COMMENT=       Zope hookable
 LICENSE=       zpl-2.1
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index