From 3dbb28d9dcd10bcbfd740d1a8d33ee448cc84c12 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 11 Oct 2023 17:50:48 -0400 Subject: [PATCH] python3-influxdb: remove python-setuptools from hostmakedepends --- srcpkgs/python3-influxdb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template index ea2b31c40d0..070edb94df8 100644 --- a/srcpkgs/python3-influxdb/template +++ b/srcpkgs/python3-influxdb/template @@ -3,9 +3,9 @@ pkgname=python3-influxdb version=5.3.1 revision=4 build_style=python3-module -hostmakedepends="python3-setuptools python-setuptools" +hostmakedepends="python3-setuptools" depends="python3-requests python3-six python3-pytz python3-msgpack python3-dateutil" -short_desc="Python3 client for InfluxDB " +short_desc="Python3 client for InfluxDB" maintainer="Pulux " license="MIT" homepage="https://github.com/influxdata/influxdb-python"