summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-02-01 19:44:35 +0000
committerrodent <rodent@pkgsrc.org>2014-02-01 19:44:35 +0000
commit532140c8fc0b315a452af2feb2669554f808d822 (patch)
treebd1208cfc7213aee82b4f8aca4ac81bed717cc62 /finance
parent5a9fecbb969e6f099ae5b09c0d422f0f550d7911 (diff)
downloadpkgsrc-532140c8fc0b315a452af2feb2669554f808d822.tar.gz
PYTHON_VERSIONS_INCOMPATIBLE=33 according to setup.py
Diffstat (limited to 'finance')
-rw-r--r--finance/py-trytond-account-product/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/py-trytond-account-product/Makefile b/finance/py-trytond-account-product/Makefile
index 0543aac5227..876accbeb48 100644
--- a/finance/py-trytond-account-product/Makefile
+++ b/finance/py-trytond-account-product/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/01 19:36:49 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/02/01 19:44:35 rodent Exp $
DISTNAME= trytond_account_product-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -17,6 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py
+
REPLACE_PYTHON+= tests/test_account_product.py
.include "../../lang/python/application.mk"