summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-24 13:57:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-24 13:57:24 +0000
commit78a094d2a6a16303bb488e24bdf165da91793b7f (patch)
treef59fab440cf9e8c75fcc1b02a28ddbcfd39b7e78 /www
parentChange RUN_DEPENDS from py-beautifulsoup448 to py-beautifulsoup (diff)
Change TEST_DEPENDS from py-beautifulsoup448 to py-beautifulsoup
- Bump PORTREVISION for dependency change py-beautifulsoup448 (beautifulsoup4 4.8.2) was added only for py-wagtail which requires beautifulsoup4 >=4.8<4.9. Other ports should use py-beautifulsoup (beautifulsoup4 4.9.3) instead.
Notes
Notes: svn path=/head/; revision=559162
Diffstat (limited to 'www')
-rw-r--r--www/py-postorius/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-postorius/Makefile b/www/py-postorius/Makefile
index 9d2440dd908e..aa5847ec03a8 100644
--- a/www/py-postorius/Makefile
+++ b/www/py-postorius/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-mailman3>=1.3.3:mail/py-django-mailma
${PYTHON_PKGNAMEPREFIX}readme-renderer>0:devel/py-readme-renderer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup448>0:www/py-beautifulsoup448@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR}
USES= python:3.6+