aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:08:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:08:28 +0000
commitc570222ea51591010fdce4960e5a787ca5ec2655 (patch)
tree10e4cbbd310a1e43e1039d93966cc53abbce1493
parent4e879b76e938e71581c31e19d1bff3c55e34bb12 (diff)
downloadports-c570222ea51591010fdce4960e5a787ca5ec2655.tar.gz
ports-c570222ea51591010fdce4960e5a787ca5ec2655.zip
devel/py-miniKanren: Clean up USES=python
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-miniKanren/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-miniKanren/Makefile b/devel/py-miniKanren/Makefile
index 5a0ded420840..a056ace4fbd6 100644
--- a/devel/py-miniKanren/Makefile
+++ b/devel/py-miniKanren/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cons>=0.4.0:devel/py-cons@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR}
-USES= python:3.7+
+USES= python
USE_PYTHON= distutils autoplist pytest # tests fail due to etuples problems
USE_GITHUB= yes