summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-31 11:26:12 +0000
committerwiz <wiz>2014-01-31 11:26:12 +0000
commitf6480dc6aceefb8f8821d75e36716c3192351da6 (patch)
treea602d9266891d057ea6cab9ecf2b46efb9f6a6e4 /lang
parentdf36b28c3f9506bd16b4cc6f5a3709a963c0dda5 (diff)
downloadpkgsrc-f6480dc6aceefb8f8821d75e36716c3192351da6.tar.gz
Add unittest2.
Diffstat (limited to 'lang')
-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 8fe30b6ef94..865c2865f91 100644
--- a/lang/python/versioned_dependencies.mk
+++ b/lang/python/versioned_dependencies.mk
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.10 2014/01/23 16:18:42 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.11 2014/01/31 11:26:12 wiz Exp $
#
# This file determines which separate distribution of a Python
# package is used as dependency, depending on the Python version
@@ -24,6 +24,7 @@ _SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3
_SUPPORTED_PACKAGES+=ephem math/py-ephem math/py-ephem3
_SUPPORTED_PACKAGES+=flup www/py-flup www/py-flup3
_SUPPORTED_PACKAGES+=jsonlib textproc/py-jsonlib textproc/py-jsonlib3
+_SUPPORTED_PACKAGES+=unittest2 devel/py-unittest2 devel/py-unittest2py3k
.for pattern in ${PYTHON_VERSIONED_DEPENDENCIES}
_PKG_MATCHED= no