diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-05 13:07:27 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:19:01 +0000 |
commit | 3971f8b35448559363edb256f376a198ed19cd9b (patch) | |
tree | 0a1e977c8b1ad6ffcd627225b7a674509caa14e5 /gnu/packages/python-web.scm | |
parent | 90fadc44768d356a7ba1405785381c2ce5a72b83 (diff) | |
download | guix-3971f8b35448559363edb256f376a198ed19cd9b.tar.gz guix-3971f8b35448559363edb256f376a198ed19cd9b.zip |
gnu: python-jsonpickle: Adjust inputs.
* gnu/packages/python-web.scm (python-jsonpickle) [native-inputs]: Add
python-wheel.
Change-Id: Ib60e5786e547f551efa32a29dfe6f74b227ffb8e
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index b99aff3422..764dd68092 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1616,6 +1616,7 @@ CSS3 that adds programming capabilities and some other syntactic sugar.") python-simplejson python-sqlalchemy python-ujson + python-wheel tzdata-for-tests)) (home-page "https://jsonpickle.github.io/") (synopsis "Serialize object graphs into JSON") |