summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-09-01 04:06:27 +0000
committerwiz <wiz@pkgsrc.org>2020-09-01 04:06:27 +0000
commitd1f3115428cea3677304baf5d8c184b58a94f455 (patch)
tree576f9213ba1346c8a39205bcf995300782498a97 /lang/python
parentdb20372ebb640620eea103bbe8bce3a86f69fd55 (diff)
downloadpkgsrc-d1f3115428cea3677304baf5d8c184b58a94f455.tar.gz
python: support py-rsa in versioned_dependencies
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/versioned_dependencies.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk
index 9043d3d95eb..cb00007a158 100644
--- a/lang/python/versioned_dependencies.mk
+++ b/lang/python/versioned_dependencies.mk
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.42 2020/08/31 23:05:33 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.43 2020/09/01 04:06:27 wiz Exp $
#
# This file determines which separate distribution of a Python
# package is used as dependency, depending on the Python version
@@ -27,6 +27,7 @@ _SUPPORTED_PACKAGES+= ipython devel/py-ipython5 devel/py-ipython
_SUPPORTED_PACKAGES+= jsonlib textproc/py-jsonlib textproc/py-jsonlib3
_SUPPORTED_PACKAGES+= more-itertools devel/py-more-itertools2 devel/py-more-itertools
_SUPPORTED_PACKAGES+= python-digest www/py-python-digest www/py-python3-digest
+_SUPPORTED_PACKAGES+= rsa security/py-rsa40 security/py-rsa
_SUPPORTED_PACKAGES+= setuptools devel/py-setuptools44 devel/py-setuptools
_SUPPORTED_PACKAGES+= sphinx textproc/py-sphinx1 textproc/py-sphinx
_SUPPORTED_PACKAGES+= test devel/py-test4 devel/py-test