From 893f4c2299a42bfd8e64aeb1ad03e4f8361d77a7 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 30 Jun 2023 15:08:38 +0800 Subject: [PATCH] math/py-logical-unification: Clean up USES=python Approved by: portmgr (blanket) With hat: python --- math/py-logical-unification/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-logical-unification/Makefile b/math/py-logical-unification/Makefile index acf64da08928..0cb15bbc912b 100644 --- a/math/py-logical-unification/Makefile +++ b/math/py-logical-unification/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}versioneer>0:devel/py-versioneer@${PY_FLAV RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toolz>0:devel/py-toolz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes