mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: python-jsonpatch: Propagate required input.
* gnu/packages/python-xyz.scm (python-jsonpatch)[native-inputs]: Move PYTHON-JSONPOINTER ... [propagated-inputs]: ... here.
This commit is contained in:
parent
bfed77abea
commit
07caffbfbd
1 changed files with 1 additions and 1 deletions
|
@ -16036,7 +16036,7 @@ (define-public python-jsonpatch
|
|||
(base32
|
||||
"0k9pff06lxama3nhsc7cdxbp83422bdy8ifs52i6xkas8hpyzfzr"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(propagated-inputs
|
||||
`(("python-jsonpointer" ,python-jsonpointer)))
|
||||
(home-page "https://github.com/stefankoegl/python-json-patch")
|
||||
(synopsis "Applying JSON Patches in Python 2.6+ and 3.x")
|
||||
|
|
Loading…
Reference in a new issue