From c95dadfc6e030d3f7f5056c68906ee39a038c0f2 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 10 Feb 2018 19:59:31 +0000 Subject: Simplify Makefile: use PY_FUTURES With hat: python --- www/py-requests-futures/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/py-requests-futures/Makefile b/www/py-requests-futures/Makefile index 6eda7ba6fc7e..d000309f1c3b 100644 --- a/www/py-requests-futures/Makefile +++ b/www/py-requests-futures/Makefile @@ -15,14 +15,9 @@ LICENSE= APACHE20 USES= python USE_PYTHON= autoplist distutils -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PY_FUTURES} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} NO_ARCH= yes -.include - -.if ${PYTHON_VER} == "2.7" -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${FLAVOR} -.endif - -.include +.include -- cgit