1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00

gnu: python-backpack: Fix build.

* gnu/packages/python-xyz.scm (python-backpack)[native-inputs]: Add python-toml.
This commit is contained in:
Maxim Cournoyer
2021-01-15 00:22:11 -05:00
parent ec1b5f85e7
commit 274deb0fa1

View File

@@ -13484,7 +13484,8 @@ YAML-serialized data.")
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)
("python-nose" ,python-nose)))
("python-nose" ,python-nose)
("python-toml" ,python-toml)))
(propagated-inputs
`(("python-simplejson" ,python-simplejson)))
(home-page "https://github.com/sdispater/backpack")