~ruther/guix-local

dae73d9b9a4db932e8c7c1b7607981dc6cb401a5 — Hartmut Goebel 9 years ago e7881f3
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].
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 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")