summaryrefslogtreecommitdiff
path: root/security/py-solo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-solo/Makefile')
-rw-r--r--security/py-solo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-solo/Makefile b/security/py-solo/Makefile
index 5f77476b7b5..fbb6626980a 100644
--- a/security/py-solo/Makefile
+++ b/security/py-solo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/13 07:21:29 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/14 09:26:36 jperkin Exp $
GITHUB_PROJECT= solo-python
GITHUB_TAG= 0.0.26
@@ -16,6 +16,8 @@ LICENSE= apache-2.0 OR mit
WRKSRC= ${WRKDIR}/solo-python-0.0.26
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-flit
+
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit>=0:../../devel/py-flit
TOOL_DEPENDS+= ${PYPKGPREFIX}-pip>=0:../../devel/py-pip