me
/
guix
Archived
1
0
Fork 0

gnu: python-backpack: Fix build.

* gnu/packages/python-xyz.scm (python-backpack)[native-inputs]: Add python-toml.
master
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
1 changed files with 2 additions and 1 deletions

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