From 889c63b6e1fa0f237dda69435fa78889418535d4 Mon Sep 17 00:00:00 2001 From: Aleksej Lebedev Date: Thu, 22 Aug 2019 11:39:19 +0200 Subject: [PATCH] py-influxdb: added dependencies. --- py-influxdb/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/py-influxdb/Makefile b/py-influxdb/Makefile index 44f892f53c..1d00b39406 100644 --- a/py-influxdb/Makefile +++ b/py-influxdb/Makefile @@ -12,5 +12,10 @@ LICENSE= mit USE_LANGUAGES= # none +DEPENDS+= ${PYPKGPREFIX}-requests>=2.6.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.10.0:../../time/py-dateutil +DEPENDS+= ${PYPKGPREFIX}-pytz:../../time/py-pytz + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"