summaryrefslogtreecommitdiff
path: root/gnu/packages/openstack.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-10 11:37:52 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:27 +0100
commite116d100fd8f87c65bab91a5a599804d5fb64708 (patch)
treed4940b821f3667fe0d27013df29b7f42e8c96db1 /gnu/packages/openstack.scm
parent48160559a1a443f8d3024376ab79a925b25ebc42 (diff)
gnu: openstack: Correct inputs.
* gnu/packages/openstack.scm (python-os-testr) Propagate input python-subunit, change all other inputs to native-inputs. (python-mox3): Remove needless input python-six. (python-stevedore, python-requests-mock): Move python-pbr to native-inputs.
Diffstat (limited to 'gnu/packages/openstack.scm')
-rw-r--r--gnu/packages/openstack.scm19
1 files changed, 8 insertions, 11 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 55fd005f9bb..e2672668d80 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -149,7 +149,6 @@ guidelines}.")
149 (native-inputs 149 (native-inputs
150 `(("python-fixtures" ,python-fixtures) 150 `(("python-fixtures" ,python-fixtures)
151 ("python-pbr" ,python-pbr) 151 ("python-pbr" ,python-pbr)
152 ("python-six" ,python-six)
153 ("python-testtools" ,python-testtools))) 152 ("python-testtools" ,python-testtools)))
154 (home-page "http://www.openstack.org/") 153 (home-page "http://www.openstack.org/")
155 (synopsis "Mock object framework for Python") 154 (synopsis "Mock object framework for Python")
@@ -217,11 +216,11 @@ tested on Python version 3.2, 2.7 and 2.6.")
217 ;; when building the package. Skip the tests for now. 216 ;; when building the package. Skip the tests for now.
218 `(#:tests? #f)) 217 `(#:tests? #f))
219 (propagated-inputs 218 (propagated-inputs
219 `(("python-subunit" ,python-subunit)))
220 (native-inputs
220 `(("python-pbr" ,python-pbr) 221 `(("python-pbr" ,python-pbr)
221 ("python-subunit" ,python-subunit) 222 ("python-testtools" ,python-testtools)
222 ("python-testtools" ,python-testtools))) 223 ("python-babel" ,python-babel)))
223 (inputs
224 `(("python-babel" ,python-babel)))
225 (home-page "https://www.openstack.org/") 224 (home-page "https://www.openstack.org/")
226 (synopsis "Testr wrapper to provide functionality for OpenStack projects") 225 (synopsis "Testr wrapper to provide functionality for OpenStack projects")
227 (description 226 (description
@@ -247,10 +246,9 @@ tested on Python version 3.2, 2.7 and 2.6.")
247 (propagated-inputs 246 (propagated-inputs
248 `(("python-requests" ,python-requests) 247 `(("python-requests" ,python-requests)
249 ("python-six" ,python-six))) 248 ("python-six" ,python-six)))
250 (inputs
251 `(("python-pbr" ,python-pbr)))
252 (native-inputs 249 (native-inputs
253 `(("python-discover" ,python-discover) 250 `(("python-pbr" ,python-pbr)
251 ("python-discover" ,python-discover)
254 ("python-docutils" ,python-docutils) 252 ("python-docutils" ,python-docutils)
255 ("python-fixtures" ,python-fixtures) 253 ("python-fixtures" ,python-fixtures)
256 ("python-mock" ,python-mock) 254 ("python-mock" ,python-mock)
@@ -281,10 +279,9 @@ portions of your testing code.")
281 (build-system python-build-system) 279 (build-system python-build-system)
282 (propagated-inputs 280 (propagated-inputs
283 `(("python-six" ,python-six))) 281 `(("python-six" ,python-six)))
284 (inputs
285 `(("python-pbr" ,python-pbr)))
286 (native-inputs 282 (native-inputs
287 `(;; Tests 283 `(("python-pbr" ,python-pbr)
284 ;; Tests
288 ("python-docutils" ,python-docutils) 285 ("python-docutils" ,python-docutils)
289 ("python-mock" ,python-mock) 286 ("python-mock" ,python-mock)
290 ("python-oslotest" ,python-oslotest) 287 ("python-oslotest" ,python-oslotest)