diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-10 21:55:16 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:42 +0100 |
| commit | 56f0cc81c0220d07c23dd3988f69418652ff256f (patch) | |
| tree | 3637f35ef0fa4ed566246d77adbd64f776d0a4b0 /gnu/packages/python-web.scm | |
| parent | aa36ac22a9b6f2b1b1eb941e16927f6a743ba14f (diff) | |
gnu: python-branca: Add missing inputs.
* gnu/packages/python-web.scm (python-branca)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I77b68bb762dcb337cd6c776817ab66b88927cc20
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 06d25dd99e8..61ee84f5c2d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -6591,7 +6591,12 @@ library to create slugs from unicode strings while keeping it DRY.") | |||
| 6591 | (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" | 6591 | (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" |
| 6592 | #$(package-version this-package))))))) | 6592 | #$(package-version this-package))))))) |
| 6593 | (propagated-inputs (list python-jinja2)) | 6593 | (propagated-inputs (list python-jinja2)) |
| 6594 | (native-inputs (list python-numpy python-pytest python-setuptools-scm)) | 6594 | (native-inputs |
| 6595 | (list python-numpy | ||
| 6596 | python-pytest | ||
| 6597 | python-setuptools | ||
| 6598 | python-setuptools-scm | ||
| 6599 | python-wheel)) | ||
| 6595 | (home-page "https://github.com/python-visualization/branca") | 6600 | (home-page "https://github.com/python-visualization/branca") |
| 6596 | (synopsis "Generate complex HTML+JS pages with Python") | 6601 | (synopsis "Generate complex HTML+JS pages with Python") |
| 6597 | (description "This library is a spinoff from @code{folium} that would host | 6602 | (description "This library is a spinoff from @code{folium} that would host |
