aboutsummaryrefslogtreecommitdiff
path: root/databases/py-peewee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-peewee/Makefile')
-rw-r--r--databases/py-peewee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-peewee/Makefile b/databases/py-peewee/Makefile
index 4d6d94435ce4..217b4e00afe0 100644
--- a/databases/py-peewee/Makefile
+++ b/databases/py-peewee/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= SQLITE MYSQL PGSQL
OPTIONS_DEFAULT= SQLITE
-USES= localbase python sqlite
+USES= localbase python:3.6+ sqlite
USE_PYTHON= distutils cython autoplist concurrent
SQLITE_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}