diff options
Diffstat (limited to 'irc/py-irc/Makefile')
-rw-r--r-- | irc/py-irc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index 2906ad26eb50..acc248a27175 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.20:devel/py-jaraco.funct ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tempora>=1.6:devel/py-tempora@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils pytest SHEBANG_FILES= irc/*.py scripts/*.py |