summaryrefslogtreecommitdiff
path: root/devel/py-trytond/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-trytond/options.mk')
-rw-r--r--devel/py-trytond/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-trytond/options.mk b/devel/py-trytond/options.mk
index 3f26568cdee..ad0e589feb3 100644
--- a/devel/py-trytond/options.mk
+++ b/devel/py-trytond/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2016/12/04 21:12:59 rodent Exp $
+# $NetBSD: options.mk,v 1.11 2017/01/01 14:43:36 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond
PKG_SUPPORTED_OPTIONS= cdecimal mysql pydot psycopg pytz simplejson sphinx
@@ -10,12 +10,12 @@ PKG_SUGGESTED_OPTIONS+= psycopg pytz simplejson sphinx
# XXX: python-Levenshtein (http://github.com/miohtama/python-Levenshtein) option
.if !empty(PKG_OPTIONS:Mcdecimal)
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-cdecimal is obsolete for that version and thus not available
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cdecimal is obsolete for that version and thus not available
DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal
.endif
.if !empty(PKG_OPTIONS:Mmysql)
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mysqldb
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mysqldb
DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
.endif