summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-06-30 18:03:46 +0000
committerwiz <wiz@pkgsrc.org>2016-06-30 18:03:46 +0000
commit803b280bdeca96ec979849f95a4f232fb8bf08d5 (patch)
treee9b14db5267dd3f49c99098ab1ddfb01c15eafd2 /chat
parent6a461675887819b7733eb287d8d55c91f67a017a (diff)
downloadpkgsrc-803b280bdeca96ec979849f95a4f232fb8bf08d5.tar.gz
Switch to direct py-dns dependency.
py-dns now supports all python versions, so versioned_dependencies is not needed any longer.
Diffstat (limited to 'chat')
-rw-r--r--chat/py-xmpppy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile
index ac4e8c237ab..08ae8933409 100644
--- a/chat/py-xmpppy/Makefile
+++ b/chat/py-xmpppy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:30 adam Exp $
+# $NetBSD: Makefile,v 1.11 2016/06/30 18:03:46 wiz Exp $
DISTNAME= xmpppy-0.5.0rc1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,12 +11,12 @@ HOMEPAGE= http://xmpppy.sourceforge.net/
COMMENT= XMPP (Jabber) library for Python
LICENSE= gnu-gpl-v2
+DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
DEPENDS+= ${PYPKGPREFIX}-expat>=0nb4:../../textproc/py-expat
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
-PYTHON_VERSIONED_DEPENDENCIES= dns
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.5.0rc1
DOCDIR= ${PREFIX}/share/doc/py-xmpppy
@@ -36,6 +36,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.css \
${DESTDIR}${DOCDIR}
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"