diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-17 23:10:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-17 23:10:05 +0000 |
commit | 5027b0747ea6bd118181a5cf43adba82629622e6 (patch) | |
tree | 90267dd2d0fc0977162432d7f47829364c576723 /lang/python | |
parent | d94b7c1a1263c213c4a71827f85f4ba9f9dd08c2 (diff) | |
download | pkgsrc-5027b0747ea6bd118181a5cf43adba82629622e6.tar.gz |
Add py-dns/py-dns3 support.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/versioned_dependencies.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk index 0cb6e47a0e2..d7b54be4d43 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.1 2014/01/16 10:27:36 wiz Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.2 2014/01/17 23:10:05 wiz Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -18,6 +18,7 @@ _SUPPORTED_PACKAGES=# empty #_SUPPORTED_PACKAGES+=cairo graphics/py-cairo graphics/py-cairo3 _SUPPORTED_PACKAGES+=dateutil time/py-dateutil time/py-dateutil2 +_SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3 .for pkg in ${PYTHON_VERSIONED_DEPENDENCIES} _PKG_MATCHED= no |