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
No known key found for this signature in database
GPG key ID: 1260E46482E63562

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")