pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-influxdb: added dependencies.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Thu Aug 22 11:39:19 2019 +0200
Changeset:	889c63b6e1fa0f237dda69435fa78889418535d4

Modified Files:
	py-influxdb/Makefile

Log Message:
py-influxdb: added dependencies.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=889c63b6e1fa0f237dda69435fa78889418535d4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-influxdb/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
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"


Home | Main Index | Thread Index | Old Index