summaryrefslogtreecommitdiff
path: root/misc/py-trytond-stock-lot
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-trytond-stock-lot')
-rw-r--r--misc/py-trytond-stock-lot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-trytond-stock-lot/Makefile b/misc/py-trytond-stock-lot/Makefile
index 2a6b13f0ed2..15709e29ba8 100644
--- a/misc/py-trytond-stock-lot/Makefile
+++ b/misc/py-trytond-stock-lot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/05/05 22:58:41 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:13 wiz Exp $
DISTNAME= trytond_stock_lot-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_stock_lot.py
-PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py (v3.0.0)
+PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py (v3.0.0)
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"