diff options
-rw-r--r-- | sysutils/py-consul/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-consul/Makefile b/sysutils/py-consul/Makefile index d341a83ec16e..d4d04f868d01 100644 --- a/sysutils/py-consul/Makefile +++ b/sysutils/py-consul/Makefile @@ -11,15 +11,15 @@ COMMENT= Python client for consul LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \ - ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six + ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py3-six RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \ - ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six + ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py3-six USE_GITHUB= yes GH_ACCOUNT= cablehead GH_PROJECT= python-consul -USES= python:3.3+ +USES= python:3.3+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |