summaryrefslogtreecommitdiff
path: root/www/py-zope.proxy
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-08-31 23:07:00 +0000
committerwiz <wiz@pkgsrc.org>2020-08-31 23:07:00 +0000
commit1342ea5d4e9f75a100fcde155396a6b634d2db7a (patch)
tree95091f0e1c112f56d844f0d6a7a55d9882abee3e /www/py-zope.proxy
parent7558ec01e87a54e7540aa0ca86781793741ee6a7 (diff)
downloadpkgsrc-1342ea5d4e9f75a100fcde155396a6b634d2db7a.tar.gz
*: switch to versioned_dependencies.mk for py-setuptools
Diffstat (limited to 'www/py-zope.proxy')
-rw-r--r--www/py-zope.proxy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-zope.proxy/Makefile b/www/py-zope.proxy/Makefile
index f8eecf258e3..f5bcb3d5a16 100644
--- a/www/py-zope.proxy/Makefile
+++ b/www/py-zope.proxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/06/08 12:48:52 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/08/31 23:07:07 wiz Exp $
DISTNAME= zope.proxy-4.3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,9 @@ COMMENT= Generic Transparent Proxies
LICENSE= zpl-2.1
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
+PYTHON_VERSIONED_DEPENDENCIES+= setuptools
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"