diff --git a/devel/py-installer/Makefile b/devel/py-installer/Makefile index d172ba2bf015..c502de439650 100644 --- a/devel/py-installer/Makefile +++ b/devel/py-installer/Makefile @@ -1,26 +1,20 @@ # Created by: Po-Chuan Hsieh PORTNAME= installer PORTVERSION= 0.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for installing Python wheels LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 30700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} -.endif - -.include +.include