Skip to content

Commit

Permalink
security/py-requests-kerberos: Add missing dependency
Browse files Browse the repository at this point in the history
security/py-pyspnego is required but was not included
  • Loading branch information
dlangille committed Aug 31, 2022
1 parent d278243 commit 35f810d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion security/py-requests-kerberos/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= requests-kerberos
PORTVERSION= 0.14.0
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +12,8 @@ LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>1.1.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyspnego>0:security/py-pyspnego@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= distutils autoplist
Expand Down

0 comments on commit 35f810d

Please sign in to comment.