diff options
-rw-r--r-- | lang/python/versioned_dependencies.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk index 90d00945306..e293889dc63 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.17 2014/12/13 09:05:30 obache Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.18 2014/12/14 02:34:52 obache Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -19,7 +19,7 @@ _SUPPORTED_PACKAGES=# empty _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+=dateutil time/py-dateutil time/py-dateutil _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 |