summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--geography/py-trytond-country/Makefile3
-rw-r--r--misc/py-trytond-party/Makefile3
2 files changed, 4 insertions, 2 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"
diff --git a/misc/py-trytond-party/Makefile b/misc/py-trytond-party/Makefile
index ad451399586..ddd7cbdf363 100644
--- a/misc/py-trytond-party/Makefile
+++ b/misc/py-trytond-party/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/01 18:26:44 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/02/01 18:52:31 rodent Exp $
DISTNAME= trytond_party-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
@@ -16,6 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_party.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py
.include "options.mk"