summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorobache <obache>2014-12-14 02:34:52 +0000
committerobache <obache>2014-12-14 02:34:52 +0000
commit40910fa979aa075a1ee0e193c9e74da8154a44dd (patch)
tree308a271cb8062630a6c00487067631e55ea257cc /lang/python
parent2c33e874c137bf94ea2d65a3e504d448ec9e0768 (diff)
downloadpkgsrc-40910fa979aa075a1ee0e193c9e74da8154a44dd.tar.gz
time/py-dateutil support py3k now.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/versioned_dependencies.mk4
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