Skip to content

Commit

Permalink
www/py-openbrokerapi: Fix build after www/py-flask update
Browse files Browse the repository at this point in the history
After the recent update of www/py-openbrokerapi in commit 3232af1,
module dependencies must now be defined in all lowercase.

Reported by:	pkg-fallout
Pointy hat to:	wen
  • Loading branch information
ehaupt committed Nov 29, 2023
1 parent a4bbf57 commit d657352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/py-openbrokerapi/Makefile
Expand Up @@ -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} \
Expand Down

0 comments on commit d657352

Please sign in to comment.