Skip to content

Commit

Permalink
devel/py-gitlab-webhook-handler: fix dependency fallout after 3232af1
Browse files Browse the repository at this point in the history
Approved by:	jrm
Differential Revision:	https://reviews.freebsd.org/D42849
  • Loading branch information
michael-o committed Nov 30, 2023
1 parent 133c39b commit c7716dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-gitlab-webhook-handler/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gitlab-webhook-handler
DISTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= devel www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,7 +13,7 @@ WWW= https://github.com/ahebrank/gitlab-webhook-handler
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=1.0:www/py-flask@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=1.0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.19.0:www/py-requests@${PY_FLAVOR}

USES= cpe python
Expand Down

0 comments on commit c7716dd

Please sign in to comment.