diff options
author | imil <imil> | 2014-04-20 10:32:41 +0000 |
---|---|---|
committer | imil <imil> | 2014-04-20 10:32:41 +0000 |
commit | febfdacf87388dd062013f1dcc1db14192107049 (patch) | |
tree | efcbbf5db06c9da5c8259f7a5386f82de3dbc7b4 | |
parent | 41801d6233fcb89953853afe72b2c9924abcbcc3 (diff) | |
download | pkgsrc-febfdacf87388dd062013f1dcc1db14192107049.tar.gz |
Removed useless devel/py-setuptools dependency.
-rw-r--r-- | net/py-irclib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile index 0d0e24c1323..bbdf29f0a2f 100644 --- a/net/py-irclib/Makefile +++ b/net/py-irclib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2014/04/20 08:21:56 imil Exp $ +# $NetBSD: Makefile,v 1.7 2014/04/20 10:32:41 imil Exp $ # IRCVERS= 8.5.4 DISTNAME= irc-${IRCVERS} PKGNAME= ${PYPKGPREFIX}-irclib-${IRCVERS} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net python MASTER_SITES= http://pypi.python.org/packages/source/i/irc/ EXTRACT_SUFX= .zip @@ -17,7 +17,6 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six -DEPENDS+= ${PYPKGPREFIX}-setuptools>=3.4.4:../../devel/py-setuptools .include "../../lang/python/egg.mk" |