summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-02-01 18:51:07 +0000
committerrodent <rodent@pkgsrc.org>2014-02-01 18:51:07 +0000
commit2c18da708ef88f52713f6421f3bb1dc969c72877 (patch)
tree10e0c30a040518b3e9c97044e48e8259e4c6ede7 /geography
parent1f00ff74cfff27b2faf793865b92ac55b9e286c4 (diff)
downloadpkgsrc-2c18da708ef88f52713f6421f3bb1dc969c72877.tar.gz
Mark as PYTHON_VERSIONS_INCOMPATIBLE=33 according to setup.py
Diffstat (limited to 'geography')
-rw-r--r--geography/py-trytond-country/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/py-trytond-country/Makefile b/geography/py-trytond-country/Makefile
index 107bd99df50..902a81c56e6 100644
--- a/geography/py-trytond-country/Makefile
+++ b/geography/py-trytond-country/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/01 18:10:53 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/02/01 18:51:07 rodent Exp $
DISTNAME= trytond_country-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
@@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_country.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"