guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: python-orator: Rearrange inputs.


From: ???
Subject: 09/10: gnu: python-orator: Rearrange inputs.
Date: Mon, 27 Jun 2016 14:18:08 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit b26760302a456a8cfe71e596469f98944726543a
Author: 宋文武 <address@hidden>
Date:   Mon Jun 27 21:10:49 2016 +0800

    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.
---
 gnu/packages/python.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e0fe77d..865fe42 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9637,6 +9637,8 @@ mocks, stubs and fakes.")
     (build-system python-build-system)
     (arguments '(#:tests? #f)) ; no tests
     (native-inputs
+     `(("python-setuptools" ,python-setuptools)))
+    (propagated-inputs
      `(("python-arrow" ,python-arrow)
        ("python-blinker" ,python-blinker)
        ("python-cleo" ,python-cleo)
@@ -9644,7 +9646,6 @@ mocks, stubs and fakes.")
        ("python-inflection" ,python-inflection)
        ("python-lazy-object-proxy" ,python-lazy-object-proxy)
        ("python-pyaml" ,python-pyaml)
-       ("python-setuptools" ,python-setuptools)
        ("python-simplejson" ,python-simplejson)
        ("python-wrapt" ,python-wrapt)))
     (home-page "https://orator-orm.com/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]