summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2014-04-20 08:21:56 +0000
committerimil <imil@pkgsrc.org>2014-04-20 08:21:56 +0000
commitdfe8d59b21101b1ba7557ba5a0023bfb33e34706 (patch)
tree375c7b703562a9207ae89e9ca6095de3e81c38ca /net
parentd17b4acff9782466861c1620ee4ee1f51181e663 (diff)
downloadpkgsrc-dfe8d59b21101b1ba7557ba5a0023bfb33e34706.tar.gz
Added devel/py-setuptools as a dependency
Diffstat (limited to 'net')
-rw-r--r--net/py-irclib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile
index 76b5ff1ad9a..0d0e24c1323 100644
--- a/net/py-irclib/Makefile
+++ b/net/py-irclib/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2014/04/08 16:52:50 imil Exp $
+# $NetBSD: Makefile,v 1.6 2014/04/20 08:21:56 imil Exp $
#
IRCVERS= 8.5.4
DISTNAME= irc-${IRCVERS}
PKGNAME= ${PYPKGPREFIX}-irclib-${IRCVERS}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net python
MASTER_SITES= http://pypi.python.org/packages/source/i/irc/
EXTRACT_SUFX= .zip
@@ -17,6 +17,7 @@ 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"