Skip to content

Commit

Permalink
allow py36 flavor
Browse files Browse the repository at this point in the history
PR:		232468
Submitted by:	ehaupt
  • Loading branch information
dlangille committed Oct 20, 2018
1 parent d371c03 commit 39fad9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions security/py-requests-kerberos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= requests-kerberos
PORTVERSION= 0.11.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -17,7 +17,9 @@ 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}

USES= python:2.7
USES= python
USE_PYTHON= distutils autoplist

NO_ARCH= yes

.include <bsd.port.mk>

0 comments on commit 39fad9a

Please sign in to comment.