summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-03-30 13:25:41 +0000
committerwiz <wiz@pkgsrc.org>2016-03-30 13:25:41 +0000
commit75c4fa6472dfd5036a78ff22c97edce7149a141a (patch)
tree8abfaf57c4bd66a07577c78326a4fd76168e7e7a
parent69c82e985f57878911db69b580524ce427ee3d5e (diff)
downloadpkgsrc-75c4fa6472dfd5036a78ff22c97edce7149a141a.tar.gz
Mark as only for python-2.7.
-rw-r--r--devel/py-thrift/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-thrift/Makefile b/devel/py-thrift/Makefile
index 17d8305637f..b30d84658f1 100644
--- a/devel/py-thrift/Makefile
+++ b/devel/py-thrift/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/03/29 23:33:20 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2016/03/30 13:25:41 wiz Exp $
DISTNAME= thrift-0.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,5 +11,7 @@ HOMEPAGE= https://pypi.python.org/pypi/thrift
COMMENT= Python bindings for the Apache Thrift RPC system
LICENSE= apache-2.0
+PYTHON_VERSIONS_ACCEPTED= 27 # uses cStringio.h header
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"