[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/10] gnu: python2-jsonschema: make python-functools32 a propaga
From: |
Cyril Roelandt |
Subject: |
[PATCH 01/10] gnu: python2-jsonschema: make python-functools32 a propagated input. |
Date: |
Fri, 29 Apr 2016 16:20:54 +0200 |
* gnu/packages/python.scm (python2-jsonschema): move python2-functools32 to
propagated-inputs.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f367e1e..0d5753f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2297,9 +2297,9 @@ version numbers.")
(let ((jsonschema (package-with-python2
(strip-python2-variant python-jsonschema))))
(package (inherit jsonschema)
- (inputs
+ (propagated-inputs
`(("python2-functools32" ,python2-functools32)
- ,@(package-inputs jsonschema))))))
+ ,@(package-propagated-inputs jsonschema))))))
(define-public python-unidecode
(package
--
2.6.2
- [PATCH 00/10] Add python-barbicanclient., Cyril Roelandt, 2016/04/29
- [PATCH 04/10] gnu: remove test-only depencies of python-pbr, Cyril Roelandt, 2016/04/29
- [PATCH 03/10] gnu: Add python-cmd2., Cyril Roelandt, 2016/04/29
- [PATCH 06/10] gnu: Update python-oslo.log to 3.5.0., Cyril Roelandt, 2016/04/29
- [PATCH 01/10] gnu: python2-jsonschema: make python-functools32 a propagated input.,
Cyril Roelandt <=
- [PATCH 02/10] gnu: Update python-unittest2 to 0.6.0, Cyril Roelandt, 2016/04/29
- [PATCH 08/10] gnu: Update python-mock to 2.0.0., Cyril Roelandt, 2016/04/29
- [PATCH 09/10] gnu: Add python-cliff., Cyril Roelandt, 2016/04/29
- [PATCH 10/10] gnu: Add python-barbicanclient., Cyril Roelandt, 2016/04/29
- [PATCH 07/10] gnu: Add python-funcsigs., Cyril Roelandt, 2016/04/29