[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/103: gnu: Fix python inputs, part 3: all native-inputs become propaga
From: |
Hartmut Goebel |
Subject: |
21/103: gnu: Fix python inputs, part 3: all native-inputs become propagated-inputs. |
Date: |
Tue, 25 Oct 2016 17:44:39 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit ff4477184a37cc3d04b9693eb523b96565b34a43
Author: Hartmut Goebel <address@hidden>
Date: Thu Oct 13 13:36:55 2016 +0200
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].
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 327b724..d52914a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2721,7 +2721,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")
- branch wip-python-build-system created (now 2e28c39), Hartmut Goebel, 2016/10/25
- 01/103: guix: python-build-system: Fix an outdated comment., Hartmut Goebel, 2016/10/25
- 02/103: gnu: ensure pip and setuptools are installed even for Python 2., Hartmut Goebel, 2016/10/25
- 04/103: guix: python-build-system: Import setuptools before calling `setup.py'., Hartmut Goebel, 2016/10/25
- 06/103: guix: python-build-system: Add helpers for getting and setting PYTHONPATH., Hartmut Goebel, 2016/10/25
- 03/103: guix: build all Python packages with --single-version-externally-managed., Hartmut Goebel, 2016/10/25
- 07/103: guix: python-build-system: Delete .egg-info file created in phase check., Hartmut Goebel, 2016/10/25
- 05/103: guix: python-build-system: Add option "#:use-setuptools?" (default true)., Hartmut Goebel, 2016/10/25
- 10/103: lint: more packages to probably be a native input., Hartmut Goebel, 2016/10/25
- 08/103: gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes., Hartmut Goebel, 2016/10/25
- 21/103: gnu: Fix python inputs, part 3: all native-inputs become propagated-inputs.,
Hartmut Goebel <=
- 17/103: gnu: Remove needless inputs python-pip and python2-pip., Hartmut Goebel, 2016/10/25
- 22/103: gnu: Fix python inputs, part 4: special cases., Hartmut Goebel, 2016/10/25
- 09/103: guix: Add lint-checker for packages which should be no inputs at all., Hartmut Goebel, 2016/10/25
- 26/103: gnu: scons: Do not use setuptools for building., Hartmut Goebel, 2016/10/25
- 27/103: gnu: python-pytest-cov: Use upstream options for testing., Hartmut Goebel, 2016/10/25
- 20/103: gnu: Fix python inputs, part 2: all inputs become native-inputs., Hartmut Goebel, 2016/10/25
- 14/103: gnu: Remove python-setuptools and python2-setuptools from inputs (part 3), Hartmut Goebel, 2016/10/25
- 28/103: gnu: python-sphinx-rtd-theme: Remove inputs., Hartmut Goebel, 2016/10/25
- 18/103: gnu: Remove work-arounds for bug 20765 (ensure uncompressed eggs)., Hartmut Goebel, 2016/10/25
- 29/103: gnu: python-ccm: Add missing input python-psutil., Hartmut Goebel, 2016/10/25