diff options
author | wiz <wiz> | 2016-06-30 17:45:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-06-30 17:45:30 +0000 |
commit | 05de69757f7ed1ce961af88a61da8f31a51f77e7 (patch) | |
tree | 824f1257276834c6656aa9d6ba02f54af7e0ac81 /lang/python | |
parent | 1b1c8d84c4dee4d581017876a15d4fa931961ee0 (diff) | |
download | pkgsrc-05de69757f7ed1ce961af88a61da8f31a51f77e7.tar.gz |
py-dns supports both py2 and py3 now.
Diffstat (limited to 'lang/python')
-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 7ef3b9592ee..2d30193c540 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.22 2016/04/11 04:22:34 dbj Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.23 2016/06/30 17:45:30 wiz Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -21,7 +21,7 @@ _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-dateutil _SUPPORTED_PACKAGES+=dialog devel/py-dialog2 devel/py-dialog -_SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3 +_SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns _SUPPORTED_PACKAGES+=ephem math/py-ephem math/py-ephem3 _SUPPORTED_PACKAGES+=flup www/py-flup www/py-flup3 _SUPPORTED_PACKAGES+=gobject devel/py-gobject devel/py-gobject3 |