Skip to content

Commit

Permalink
security/py-requests-credssp: Fix dependencies
Browse files Browse the repository at this point in the history
The module requires and uses spnego for NTLM.

PR:		256361
Approved by:	maintainer timeout
  • Loading branch information
timp87 authored and kev009 committed Jun 23, 2021
1 parent 423e9ec commit b774f59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions security/py-requests-credssp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= requests-credssp
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -9,12 +10,12 @@ COMMENT= Authentication handler for using CredSSP with Python Requests

LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1>=0.3.1:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyspnego>0:security/py-pyspnego@${PY_FLAVOR}

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

0 comments on commit b774f59

Please sign in to comment.