mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-bokeh: fix dependencies
This commit is contained in:
parent
a98ebea184
commit
fb0887ec7e
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-bokeh'
|
# Template file for 'python3-bokeh'
|
||||||
pkgname=python3-bokeh
|
pkgname=python3-bokeh
|
||||||
version=3.7.0
|
version=3.7.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-colorama"
|
hostmakedepends="python3-setuptools python3-colorama"
|
||||||
depends="python3-Jinja2 python3-contourpy python3-numpy python3-packaging
|
depends="python3-Jinja2 python3-contourpy python3-numpy python3-packaging
|
||||||
python3-pandas python3-Pillow python3-yaml python3-tornado python3-xyzservices"
|
python3-pandas python3-Pillow python3-yaml python3-tornado python3-narwhals
|
||||||
|
python3-xyzservices"
|
||||||
short_desc="Interactive data visualization in a browser, from Python"
|
short_desc="Interactive data visualization in a browser, from Python"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue