aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-11-29 23:50:19 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-11-29 23:50:19 +0000
commitd657352d82cdb6c1db0d221d52efd1d9fc94dc74 (patch)
treef4589322bffc8eaf37df3fd573cd59092f19ead7
parenta4bbf57894ae1faf6c5eacce4662b9ad735ef1f4 (diff)
downloadports-d657352d82cdb6c1db0d221d52efd1d9fc94dc74.tar.gz
ports-d657352d82cdb6c1db0d221d52efd1d9fc94dc74.zip
www/py-openbrokerapi: Fix build after www/py-flask update
After the recent update of www/py-openbrokerapi in commit 3232af189573, module dependencies must now be defined in all lowercase. Reported by: pkg-fallout Pointy hat to: wen
-rw-r--r--www/py-openbrokerapi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-openbrokerapi/Makefile b/www/py-openbrokerapi/Makefile
index d1aba9d3c491..7ca62b650531 100644
--- a/www/py-openbrokerapi/Makefile
+++ b/www/py-openbrokerapi/Makefile
@@ -11,7 +11,7 @@ WWW= https://pypi.org/project/openbrokerapi/
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Flask>=2.2.3:www/py-flask@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}flask>=2.2.3:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}greenlet>0:devel/py-greenlet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}itsdangerous>0:security/py-itsdangerous@${PY_FLAVOR} \