mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-branca: Add missing inputs.
* gnu/packages/python-web.scm (python-branca)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I77b68bb762dcb337cd6c776817ab66b88927cc20
This commit is contained in:
parent
aa36ac22a9
commit
56f0cc81c0
1 changed files with 6 additions and 1 deletions
|
@ -6591,7 +6591,12 @@ library to create slugs from unicode strings while keeping it DRY.")
|
||||||
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
|
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
|
||||||
#$(package-version this-package)))))))
|
#$(package-version this-package)))))))
|
||||||
(propagated-inputs (list python-jinja2))
|
(propagated-inputs (list python-jinja2))
|
||||||
(native-inputs (list python-numpy python-pytest python-setuptools-scm))
|
(native-inputs
|
||||||
|
(list python-numpy
|
||||||
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/python-visualization/branca")
|
(home-page "https://github.com/python-visualization/branca")
|
||||||
(synopsis "Generate complex HTML+JS pages with Python")
|
(synopsis "Generate complex HTML+JS pages with Python")
|
||||||
(description "This library is a spinoff from @code{folium} that would host
|
(description "This library is a spinoff from @code{folium} that would host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue