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.
This commit is contained in:
		
							parent
							
								
									48160559a1
								
							
						
					
					
						commit
						e116d100fd
					
				
					 1 changed files with 8 additions and 11 deletions
				
			
		| 
						 | 
					@ -149,7 +149,6 @@ guidelines}.")
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
      `(("python-fixtures" ,python-fixtures)
 | 
					      `(("python-fixtures" ,python-fixtures)
 | 
				
			||||||
        ("python-pbr" ,python-pbr)
 | 
					        ("python-pbr" ,python-pbr)
 | 
				
			||||||
        ("python-six" ,python-six)
 | 
					 | 
				
			||||||
        ("python-testtools" ,python-testtools)))
 | 
					        ("python-testtools" ,python-testtools)))
 | 
				
			||||||
    (home-page "http://www.openstack.org/")
 | 
					    (home-page "http://www.openstack.org/")
 | 
				
			||||||
    (synopsis "Mock object framework for Python")
 | 
					    (synopsis "Mock object framework for Python")
 | 
				
			||||||
| 
						 | 
					@ -217,11 +216,11 @@ tested on Python version 3.2, 2.7 and 2.6.")
 | 
				
			||||||
     ;; when building the package. Skip the tests for now.
 | 
					     ;; when building the package. Skip the tests for now.
 | 
				
			||||||
     `(#:tests? #f))
 | 
					     `(#:tests? #f))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     `(("python-subunit" ,python-subunit)))
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-pbr" ,python-pbr)
 | 
					     `(("python-pbr" ,python-pbr)
 | 
				
			||||||
       ("python-subunit" ,python-subunit)
 | 
					       ("python-testtools" ,python-testtools)
 | 
				
			||||||
       ("python-testtools" ,python-testtools)))
 | 
					       ("python-babel" ,python-babel)))
 | 
				
			||||||
    (inputs
 | 
					 | 
				
			||||||
      `(("python-babel" ,python-babel)))
 | 
					 | 
				
			||||||
    (home-page "https://www.openstack.org/")
 | 
					    (home-page "https://www.openstack.org/")
 | 
				
			||||||
    (synopsis "Testr wrapper to provide functionality for OpenStack projects")
 | 
					    (synopsis "Testr wrapper to provide functionality for OpenStack projects")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					@ -247,10 +246,9 @@ tested on Python version 3.2, 2.7 and 2.6.")
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-requests" ,python-requests)
 | 
					     `(("python-requests" ,python-requests)
 | 
				
			||||||
       ("python-six" ,python-six)))
 | 
					       ("python-six" ,python-six)))
 | 
				
			||||||
    (inputs
 | 
					 | 
				
			||||||
     `(("python-pbr" ,python-pbr)))
 | 
					 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-discover" ,python-discover)
 | 
					     `(("python-pbr" ,python-pbr)
 | 
				
			||||||
 | 
					       ("python-discover" ,python-discover)
 | 
				
			||||||
       ("python-docutils" ,python-docutils)
 | 
					       ("python-docutils" ,python-docutils)
 | 
				
			||||||
       ("python-fixtures" ,python-fixtures)
 | 
					       ("python-fixtures" ,python-fixtures)
 | 
				
			||||||
       ("python-mock" ,python-mock)
 | 
					       ("python-mock" ,python-mock)
 | 
				
			||||||
| 
						 | 
					@ -281,10 +279,9 @@ portions of your testing code.")
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("python-six" ,python-six)))
 | 
					      `(("python-six" ,python-six)))
 | 
				
			||||||
    (inputs
 | 
					 | 
				
			||||||
      `(("python-pbr" ,python-pbr)))
 | 
					 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
      `(;; Tests
 | 
					      `(("python-pbr" ,python-pbr)
 | 
				
			||||||
 | 
					        ;; Tests
 | 
				
			||||||
        ("python-docutils" ,python-docutils)
 | 
					        ("python-docutils" ,python-docutils)
 | 
				
			||||||
        ("python-mock" ,python-mock)
 | 
					        ("python-mock" ,python-mock)
 | 
				
			||||||
        ("python-oslotest" ,python-oslotest)
 | 
					        ("python-oslotest" ,python-oslotest)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue