summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-12-14 02:34:52 +0000
committerobache <obache@pkgsrc.org>2014-12-14 02:34:52 +0000
commitb608c8ac3ae4a6fa9161797865bb73cd7de7aead (patch)
tree308a271cb8062630a6c00487067631e55ea257cc /lang
parent1647a816a4f003c3dbefc3b6ff11de2ab90d5ac1 (diff)
downloadpkgsrc-b608c8ac3ae4a6fa9161797865bb73cd7de7aead.tar.gz
time/py-dateutil support py3k now.
Diffstat (limited to 'lang')
-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