diff options
| author | 宋文武 <iyzsong@gmail.com> | 2016-06-27 21:10:49 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@gmail.com> | 2016-06-27 22:17:21 +0800 |
| commit | b26760302a456a8cfe71e596469f98944726543a (patch) | |
| tree | 78c88217f7f92a003158894b6f36a8fb55bd8fe7 /gnu/packages/python.scm | |
| parent | 24c9aa18108639f46ceb96fc51a9050f004df240 (diff) | |
gnu: python-orator: Rearrange inputs.
* gnu/packages/python.scm (python-orator)[native-inputs]: Move
python-arrow, python-blinker, python-cleo, python-fake-factory,
python-inflection, python-lazy-object-proxy, python-pyaml,
python-simplejson, python-wrapt ...
[propagated-inputs]: to here.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e0fe77dfc8e..865fe425f6a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -9637,6 +9637,8 @@ mocks, stubs and fakes.") | |||
| 9637 | (build-system python-build-system) | 9637 | (build-system python-build-system) |
| 9638 | (arguments '(#:tests? #f)) ; no tests | 9638 | (arguments '(#:tests? #f)) ; no tests |
| 9639 | (native-inputs | 9639 | (native-inputs |
| 9640 | `(("python-setuptools" ,python-setuptools))) | ||
| 9641 | (propagated-inputs | ||
| 9640 | `(("python-arrow" ,python-arrow) | 9642 | `(("python-arrow" ,python-arrow) |
| 9641 | ("python-blinker" ,python-blinker) | 9643 | ("python-blinker" ,python-blinker) |
| 9642 | ("python-cleo" ,python-cleo) | 9644 | ("python-cleo" ,python-cleo) |
| @@ -9644,7 +9646,6 @@ mocks, stubs and fakes.") | |||
| 9644 | ("python-inflection" ,python-inflection) | 9646 | ("python-inflection" ,python-inflection) |
| 9645 | ("python-lazy-object-proxy" ,python-lazy-object-proxy) | 9647 | ("python-lazy-object-proxy" ,python-lazy-object-proxy) |
| 9646 | ("python-pyaml" ,python-pyaml) | 9648 | ("python-pyaml" ,python-pyaml) |
| 9647 | ("python-setuptools" ,python-setuptools) | ||
| 9648 | ("python-simplejson" ,python-simplejson) | 9649 | ("python-simplejson" ,python-simplejson) |
| 9649 | ("python-wrapt" ,python-wrapt))) | 9650 | ("python-wrapt" ,python-wrapt))) |
| 9650 | (home-page "https://orator-orm.com/") | 9651 | (home-page "https://orator-orm.com/") |
