summaryrefslogtreecommitdiff
path: root/misc/py-trytond-stock-lot
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
committerwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
commit6110b3907a630ba5f56311a5b07f346b35648583 (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /misc/py-trytond-stock-lot
parente10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff)
downloadpkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
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"