diff options
Diffstat (limited to 'misc/py-trytond-stock/Makefile')
-rw-r--r-- | misc/py-trytond-stock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-trytond-stock/Makefile b/misc/py-trytond-stock/Makefile index 6d6f9628b41..455a84c4d91 100644 --- a/misc/py-trytond-stock/Makefile +++ b/misc/py-trytond-stock/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-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py (v3.0.1) +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py (v3.0.1) REPLACE_PYTHON+= tests/test_stock.py |