sharlatan pushed a commit to branch python-team
in repository guix.

commit 83673ee01cde5ab89ed0ad5510c7a613d7ad176f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 5 13:07:27 2024 +0000

    gnu: python-jsonpickle: Adjust inputs.
    
    * gnu/packages/python-web.scm (python-jsonpickle) [native-inputs]: Add
    python-wheel.
    
    Change-Id: Ib60e5786e547f551efa32a29dfe6f74b227ffb8e
---
 gnu/packages/python-web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f30ff7500c..54544d691c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1612,6 +1612,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")

Reply via email to