chronograf: remove unused python hostmakedepend

This commit is contained in:
classabbyamp 2022-08-27 15:50:20 -04:00
parent a094163dae
commit 98eef89426
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -6,7 +6,7 @@ build_style=go
go_import_path="github.com/influxdata/${pkgname}"
go_package="${go_import_path}/cmd/chronograf"
go_ldflags="-X main.version=${version}"
hostmakedepends="dep go-bindata nodejs-lts yarn python"
hostmakedepends="dep go-bindata nodejs-lts yarn"
short_desc="Open source monitoring and visualization UI for the TICK stack"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="AGPL-3.0-or-later"