summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-18 15:47:24 +0000
committerwiz <wiz@pkgsrc.org>2014-01-18 15:47:24 +0000
commit1dbe465591a3e4b9d2f3fe910d3283b569380339 (patch)
treef9c7f178427ef957488e083dc16a4c34ae1cae11 /lang/python
parent1911983e3b6e2581e0b832a38b57272176acd6bf (diff)
downloadpkgsrc-1dbe465591a3e4b9d2f3fe910d3283b569380339.tar.gz
Add jsoblib support (currently unused).
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 c56eae7b72c..6e4bc9df271 100644
--- a/lang/python/versioned_dependencies.mk
+++ b/lang/python/versioned_dependencies.mk
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.3 2014/01/18 15:13:26 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.4 2014/01/18 15:47:24 wiz Exp $
#
# This file determines which separate distribution of a Python
# package is used as dependency, depending on the Python version
@@ -19,6 +19,7 @@ _SUPPORTED_PACKAGES=# empty
#_SUPPORTED_PACKAGES+=cairo graphics/py-cairo graphics/py-cairo3
_SUPPORTED_PACKAGES+=dateutil time/py-dateutil time/py-dateutil2
_SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3
+_SUPPORTED_PACKAGES+=jsonlib textproc/py-jsonlib textproc/py-jsonlib3
.for pkg in ${PYTHON_VERSIONED_DEPENDENCIES}
_PKG_MATCHED= no