summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy-utils
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-07-11 13:34:53 +0000
committeradam <adam@pkgsrc.org>2022-07-11 13:34:53 +0000
commit6cfef12e8d1259a36a5f01cd779bb50f2ac77780 (patch)
treeb1af271b11b01900e143dff8f42451acab6da3fa /databases/py-sqlalchemy-utils
parente1cb64d53b74477f76ec0c7abb5d3cbf681edb84 (diff)
downloadpkgsrc-6cfef12e8d1259a36a5f01cd779bb50f2ac77780.tar.gz
py-sqlalchemy-utils: arrow option for not for Python 2.7
Diffstat (limited to 'databases/py-sqlalchemy-utils')
-rw-r--r--databases/py-sqlalchemy-utils/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-sqlalchemy-utils/options.mk b/databases/py-sqlalchemy-utils/options.mk
index f7df64f05b3..0f51d045492 100644
--- a/databases/py-sqlalchemy-utils/options.mk
+++ b/databases/py-sqlalchemy-utils/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2021/04/06 14:23:25 adam Exp $
+# $NetBSD: options.mk,v 1.7 2022/07/11 13:34:53 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-sqlalchemy-utils
PKG_SUPPORTED_OPTIONS= arrow babel color furl intervals ipaddress json password
@@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS+= # blank
.if !empty(PKG_OPTIONS:Marrow)
DEPENDS+= ${PYPKGPREFIX}-arrow>=0.3.4:../../time/py-arrow
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.endif
.if !empty(PKG_OPTIONS:Mbabel)