Message ID | 87k0b86mqd.fsf@gnu.org |
---|---|
State | Accepted |
Headers | show |
Series | bug#54755: [PATCH] gnu: Add python-flatten-json. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | View Laminar job |
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3286cd0548..2bfe6745d9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29602,5 +29602,7 @@ (define-public python-flatten-json (propagated-inputs (list python-six)) (home-page "https://github.com/amirziai/flatten") (synopsis "Flatten JSON objects") - (description "Flatten JSON objects") + (description + "The @code{flatten_json} Python library flattens the hierarchy in your +object, which can be useful if you want to force your objects into a table.") (license license:expat)))