Skip to content
Snippets Groups Projects
Unverified Commit 1396c410 authored by Sascha Biberhofer's avatar Sascha Biberhofer Committed by Li-Wen Hsu
Browse files

www/py-bleach: Fix typo in RUN_DEPENDS

PR:		262902
Reported by:	Dan Kotowski <dan.kotowski@a9development.com>
Fixes:		aaf59e6e
MFH:		2022Q2
parent 09c1b249
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
PORTNAME= bleach
PORTVERSION= 4.1.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -11,7 +12,7 @@ COMMENT= Easy safelist-based HTML-sanitizing tool
LICENSE= APACHE20
xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webencodings>=0:converters/py-webencodings@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment