diff options
Diffstat (limited to 'devel/py-lxml-html-clean/Makefile')
-rw-r--r-- | devel/py-lxml-html-clean/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-lxml-html-clean/Makefile b/devel/py-lxml-html-clean/Makefile index e023637b84c7..51033a6ea298 100644 --- a/devel/py-lxml-html-clean/Makefile +++ b/devel/py-lxml-html-clean/Makefile @@ -13,7 +13,9 @@ WWW= https://github.com/fedora-python/lxml_html_clean/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest .include <bsd.port.mk> |