summaryrefslogtreecommitdiff
path: root/misc/py-stdnum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-stdnum/Makefile')
-rw-r--r--misc/py-stdnum/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/py-stdnum/Makefile b/misc/py-stdnum/Makefile
index 495d502560c..ddfa7805ca7 100644
--- a/misc/py-stdnum/Makefile
+++ b/misc/py-stdnum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/08/18 17:00:38 richard Exp $
+# $NetBSD: Makefile,v 1.9 2016/08/28 15:48:33 wiz Exp $
DISTNAME= python-stdnum-1.4
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -10,9 +10,11 @@ HOMEPAGE= http://arthurdejong.org/python-stdnum
COMMENT= Python module to handle standardized numbers and codes
LICENSE= gnu-lgpl-v3
+DEPENDS+= ${PYPKGPREFIX}-simplesoap-[0-9]*:../../net/py-simplesoap
+
USE_LANGUAGES= # none
-DEPENDS+= ${PYPKGPREFIX}-simplesoap-[0-9]*:../../net/py-simplesoap
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"