gnu: Fix python inputs, part 3: all native-inputs become propagated-inputs.
This patch contains the changes in python.scm where all [native-inputs] are changed to [propagated-inputs]. * gnu/packages/python.scm.scm (python-feedgenerator): All [native-inputs] are changed to [propagated-inputs].
This commit is contained in:
parent
e7881f3db4
commit
dae73d9b9a
|
@ -2822,7 +2822,7 @@ sources.")
|
|||
(base32
|
||||
"0mkimp1fpdan4p3882vzcws4l594k71ich4g0wq97jbra7p602n0"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(propagated-inputs
|
||||
`(("python-pytz" ,python-pytz)
|
||||
("python-six" ,python-six)))
|
||||
(home-page "https://github.com/getpelican/feedgenerator")
|
||||
|
|
Loading…
Reference in New Issue