summaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-digitalocean/Makefile
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 /security/py-certbot-dns-digitalocean/Makefile
parent7558ec01e87a54e7540aa0ca86781793741ee6a7 (diff)
downloadpkgsrc-1342ea5d4e9f75a100fcde155396a6b634d2db7a.tar.gz
*: switch to versioned_dependencies.mk for py-setuptools
Diffstat (limited to 'security/py-certbot-dns-digitalocean/Makefile')
-rw-r--r--security/py-certbot-dns-digitalocean/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/py-certbot-dns-digitalocean/Makefile b/security/py-certbot-dns-digitalocean/Makefile
index f8807aca193..c68b4c087b8 100644
--- a/security/py-certbot-dns-digitalocean/Makefile
+++ b/security/py-certbot-dns-digitalocean/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/30 19:41:31 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/31 23:07:04 wiz Exp $
.include "../../security/py-certbot/Makefile.common"
@@ -11,9 +11,11 @@ DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
DEPENDS+= ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
DEPENDS+= ${PYPKGPREFIX}-digitalocean>=1.11:../../net/py-digitalocean
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+PYTHON_VERSIONED_DEPENDENCIES+= setuptools
+
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"