diff options
author | rodent <rodent@pkgsrc.org> | 2014-06-02 04:59:14 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-06-02 04:59:14 +0000 |
commit | d199afacff78445ab0010b842f68a10e52a42e61 (patch) | |
tree | 1a13ca0764c0a1acec7fe4402396ec3edef3e99d /lang/python | |
parent | 2e2309d718fb0aac282f3ad23fba8880d9245513 (diff) | |
download | pkgsrc-d199afacff78445ab0010b842f68a10e52a42e61.tar.gz |
Rollback last commit. This is not going to work due to package name
difference. Maybe we could consider extending how ${pkg} is matched.
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 561ae0eb255..29d9b86f1e5 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.13 2014/06/02 04:46:11 rodent Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.14 2014/06/02 04:59:14 rodent Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -20,7 +20,6 @@ _SUPPORTED_PACKAGES+=Pmw x11/py-Pmw x11/py-Pmw2 _SUPPORTED_PACKAGES+=X textproc/py-X2 textproc/py-X _SUPPORTED_PACKAGES+=cairo graphics/py-cairo graphics/py-cairo3 _SUPPORTED_PACKAGES+=dateutil time/py-dateutil time/py-dateutil2 -_SUPPORTED_PACKAGES+=digest www/py-python-digest www/py-python3-digest _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 |