summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-21 10:50:52 +0000
committerwiz <wiz@pkgsrc.org>2022-04-21 10:50:52 +0000
commit48e88143b994a899fc9b4119f6979d060e497a1a (patch)
treea92856d2536090cd5e585adf295845e4d10a5ceb /lang
parent0ef88d0e28dfdef62d450180cc040b155f34ac0b (diff)
downloadpkgsrc-48e88143b994a899fc9b4119f6979d060e497a1a.tar.gz
versioned_dependencies: add py-cryptography
Diffstat (limited to 'lang')
-rw-r--r--lang/python/versioned_dependencies.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk
index 426bd3b2f94..9fb1516587c 100644
--- a/lang/python/versioned_dependencies.mk
+++ b/lang/python/versioned_dependencies.mk
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.66 2022/04/19 12:00:27 tnn Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.67 2022/04/21 10:50:52 wiz Exp $
#
# This file determines which separate distribution of a Python
# package is used as dependency, depending on the Python version
@@ -9,7 +9,7 @@
# PYTHON_VERSIONED_DEPENDENCIES
# The Python package which should be added as a dependency.
#
-# Possible values: Pmw Pillow X cairo click flake8 html2text hypothesis importlib-metadata ipython jinja2 markdown mccabe more-itertools pip packaging pygments pyparsing python-digest rsa setuptools setuptools_scm sphinx test testtools twisted zipp
+# Possible values: Pmw Pillow X cairo click cryptography flake8 html2text hypothesis importlib-metadata ipython jinja2 markdown mccabe more-itertools pip packaging pygments pyparsing python-digest rsa setuptools setuptools_scm sphinx test testtools twisted zipp
# Default: (nothing)
#
@@ -22,6 +22,7 @@ _SUPPORTED_PACKAGES+= Pillow graphics/py-Pillow6 graphics/py-Pillow
_SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X
_SUPPORTED_PACKAGES+= cairo graphics/py-cairo118 graphics/py-cairo
_SUPPORTED_PACKAGES+= click devel/py-click7 devel/py-click
+_SUPPORTED_PACKAGES+= cryptography security/py27-cryptography security/py-cryptography
# XXX feedparser 6.x is not only py27-incompatible, but also 5.x-API-incompatible
#_SUPPORTED_PACKAGES+= feedparser textproc/py-feedparser5 textproc/py-feedparser
_SUPPORTED_PACKAGES+= flake8 devel/py-flake8-3 devel/py-flake8