From 575fcddf7fca33176bcb48f0185d6ee99516f99e Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Sep 2018 23:57:38 +0000 Subject: [PATCH] Simplify Makefile: use PY_IPADDRESS With hat: python --- devel/py-openstacksdk/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/devel/py-openstacksdk/Makefile b/devel/py-openstacksdk/Makefile index 04dd3d563c6e..b88f7ec897ba 100644 --- a/devel/py-openstacksdk/Makefile +++ b/devel/py-openstacksdk/Makefile @@ -29,7 +29,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache@${PY_FLAVOR} \ - ${PY_FUTURES} + ${PY_FUTURES} \ + ${PY_IPADDRESS} USES= python shebangfix USE_PYTHON= distutils autoplist @@ -37,10 +38,4 @@ SHEBANG_FILES= openstack/tests/functional/cloud/hooks/post_test_hook.sh NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 3300 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=1.0.16:net/py-ipaddress@${PY_FLAVOR} -.endif - -.include +.include