summaryrefslogtreecommitdiff
path: root/misc/py-trytond-party/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-trytond-party/options.mk')
-rw-r--r--misc/py-trytond-party/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-trytond-party/options.mk b/misc/py-trytond-party/options.mk
index 1b6a5f74970..85bda7310d6 100644
--- a/misc/py-trytond-party/options.mk
+++ b/misc/py-trytond-party/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/08/28 15:48:33 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:48 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond-party
PKG_SUPPORTED_OPTIONS= vatnumber
@@ -7,6 +7,6 @@ PKG_SUGGESTED_OPTIONS+= vatnumber
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mvatnumber)
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum and py-vatnumber
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simplesoap via py-stdnum and py-vatnumber
DEPENDS+= ${PYPKGPREFIX}-vatnumber-[0-9]*:../../finance/py-vatnumber
.endif