diff options
author | joerg <joerg@pkgsrc.org> | 2017-12-03 00:12:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-12-03 00:12:35 +0000 |
commit | b0661a7eb3ebc3deccd4ee2a8ecb0435dbfe2716 (patch) | |
tree | fd4a608b0911188caf298e9a2b1d16e237d69f0c /net/py-twisted | |
parent | 0f576a5d16593b1a8f6d947b84f36343791b2431 (diff) | |
download | pkgsrc-b0661a7eb3ebc3deccd4ee2a8ecb0435dbfe2716.tar.gz |
Fix location of py-idna.
Diffstat (limited to 'net/py-twisted')
-rw-r--r-- | net/py-twisted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-twisted/Makefile b/net/py-twisted/Makefile index f3e2a9c56ca..11692793b20 100644 --- a/net/py-twisted/Makefile +++ b/net/py-twisted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2017/10/19 08:50:34 adam Exp $ +# $NetBSD: Makefile,v 1.36 2017/12/03 00:12:35 joerg Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} COMMENT= Framework for writing networked applications @@ -7,7 +7,7 @@ COMMENT= Framework for writing networked applications DEPENDS+= ${PYPKGPREFIX}-automat>=0.3.0:../../devel/py-automat DEPENDS+= ${PYPKGPREFIX}-constantly>=15.1:../../devel/py-constantly DEPENDS+= ${PYPKGPREFIX}-hyperlink>=17.1.1:../../www/py-hyperlink -DEPENDS+= ${PYPKGPREFIX}-idna>=2.4:../../devel/py-incremental +DEPENDS+= ${PYPKGPREFIX}-idna>=2.4:../../www/py-idna DEPENDS+= ${PYPKGPREFIX}-incremental>=16.10.1:../../devel/py-incremental DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=16.0.0:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity |