summaryrefslogtreecommitdiff
path: root/devel/py-buildbot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-buildbot/Makefile')
-rw-r--r--devel/py-buildbot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile
index 4ffc50a509d..dcf820b6cff 100644
--- a/devel/py-buildbot/Makefile
+++ b/devel/py-buildbot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/12/31 13:57:26 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:36 adam Exp $
DISTNAME= buildbot-0.8.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-sqlite2, py-sqlalchemy-migrate
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted, py-sqlite2, py-sqlalchemy-migrate
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"