diff options
author | obache <obache> | 2014-12-13 09:05:30 +0000 |
---|---|---|
committer | obache <obache> | 2014-12-13 09:05:30 +0000 |
commit | 05ccbc8149e37b281f60a5e86baf883d0b351adb (patch) | |
tree | df00e1fad2ebf01f3087b478a7667c4285905377 /lang/python | |
parent | c4e9fe4f210ce5ad54ad9fd2f472cc5722b8aaf7 (diff) | |
download | pkgsrc-05ccbc8149e37b281f60a5e86baf883d0b351adb.tar.gz |
devel/py-unittest2 support py3x now.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/versioned_dependencies.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk index 05232ebfe2c..90d00945306 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.16 2014/12/05 21:44:10 rodent Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.17 2014/12/13 09:05:30 obache Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -26,7 +26,6 @@ _SUPPORTED_PACKAGES+=flup www/py-flup www/py-flup3 _SUPPORTED_PACKAGES+=google-api-python-client www/py-google-api-python-client www/py-google-api-python-client-py3 _SUPPORTED_PACKAGES+=jsonlib textproc/py-jsonlib textproc/py-jsonlib3 _SUPPORTED_PACKAGES+=python-digest www/py-python-digest www/py-python3-digest -_SUPPORTED_PACKAGES+=unittest2 devel/py-unittest2 devel/py-unittest2py3k .for pattern in ${PYTHON_VERSIONED_DEPENDENCIES} _PKG_MATCHED= no |