diff options
author | wiz <wiz> | 2014-01-31 11:26:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-31 11:26:12 +0000 |
commit | b5c51ec535df0ed39c5a1099873acb6d32f4ea8a (patch) | |
tree | a602d9266891d057ea6cab9ecf2b46efb9f6a6e4 /lang/python | |
parent | c14af95cb2c3878249990cb9b3fa345739509720 (diff) | |
download | pkgsrc-b5c51ec535df0ed39c5a1099873acb6d32f4ea8a.tar.gz |
Add unittest2.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/versioned_dependencies.mk | 3 |
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 |