mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: python-testtools: make python-mimeparse a propagated input
* gnu/packages/python.scm (python-testtools): move python-mimeparse from inputs to propagated-inputs.
This commit is contained in:
parent
db6e5e2b2c
commit
0e88cbf8c1
1 changed files with 2 additions and 1 deletions
|
@ -1316,9 +1316,10 @@ subprocess and see the output as well as any file modifications.")
|
||||||
(base32
|
(base32
|
||||||
"1dyml28ykpl5jb9khdmcdvhy1cxqingys6qvj2k04fzlaj6z3bbx"))))
|
"1dyml28ykpl5jb9khdmcdvhy1cxqingys6qvj2k04fzlaj6z3bbx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-mimeparse" ,python-mimeparse)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-setuptools" ,python-setuptools)
|
||||||
("python-mimeparse" ,python-mimeparse)
|
|
||||||
("python-extras" ,python-extras)))
|
("python-extras" ,python-extras)))
|
||||||
(home-page "https://github.com/testing-cabal/testtools")
|
(home-page "https://github.com/testing-cabal/testtools")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue