diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-04 07:05:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-04 07:05:53 +0000 |
commit | 236aef157e21f087b341a1b9d14766d509311afa (patch) | |
tree | 72733f67353cd21ce23274fee05f1a3de1d665cf /devel/py-jersey | |
parent | 8b8d1dcdd1aeb070e8fb84774334df21eab45ab9 (diff) | |
download | pkgsrc-236aef157e21f087b341a1b9d14766d509311afa.tar.gz |
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'devel/py-jersey')
-rw-r--r-- | devel/py-jersey/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-jersey/Makefile b/devel/py-jersey/Makefile index 97a8b158365..a96422a062f 100644 --- a/devel/py-jersey/Makefile +++ b/devel/py-jersey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/04/20 18:49:25 adam Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/04 07:05:55 wiz Exp $ DISTNAME= jersey-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,8 +12,6 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 27 26 - #BUILD_DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted |