summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-14 12:12:08 +0000
committeradam <adam@pkgsrc.org>2018-07-14 12:12:08 +0000
commitec1b80732a4ffbbaa423df194edd54d2b231435e (patch)
treea9a68106537cb526cfe7e3408dad8008de7e153f /net
parentdb5396b97d2df978f856a6f9f1b603e3cda88d44 (diff)
downloadpkgsrc-ec1b80732a4ffbbaa423df194edd54d2b231435e.tar.gz
py-pylint-celery: mark as incompatible with Python 2.7
Diffstat (limited to 'net')
-rw-r--r--net/py-pylint-celery/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-pylint-celery/Makefile b/net/py-pylint-celery/Makefile
index cfa3c31d4d0..236d5f09dbc 100644
--- a/net/py-pylint-celery/Makefile
+++ b/net/py-pylint-celery/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/12/21 10:24:12 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/14 12:12:08 adam Exp $
DISTNAME= pylint-celery-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-pylint-plugin-utils>=0.2.1:../../devel/py-pylint-plugin
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # pylint-plugin-utils
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"