summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-21 10:59:59 +0000
committerwiz <wiz@pkgsrc.org>2022-04-21 10:59:59 +0000
commit7d2ca2e699c7c4843ab871ffb6b3441b87aa158f (patch)
tree5a771cc56ae2a6c2964f6fc6872751d777d06409 /sysutils
parent48e88143b994a899fc9b4119f6979d060e497a1a (diff)
downloadpkgsrc-7d2ca2e699c7c4843ab871ffb6b3441b87aa158f.tar.gz
*: convert to versioned_dependencies for py-cryptography
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ansible-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ansible-base/Makefile b/sysutils/ansible-base/Makefile
index 8cff3a24981..ba51e2704dc 100644
--- a/sysutils/ansible-base/Makefile
+++ b/sysutils/ansible-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/02/08 16:41:06 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/04/21 11:00:01 wiz Exp $
DISTNAME= ansible-base-2.10.17
CATEGORIES= sysutils python
@@ -11,12 +11,12 @@ LICENSE= gnu-gpl-v3
CONFLICTS+= ansible<2.10
-DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
PYTHON_VERSIONED_DEPENDENCIES+= packaging
+PYTHON_VERSIONED_DEPENDENCIES+= cryptography
USE_PKG_RESOURCES= yes