gnu: python-fixture: Correct inputs.

python-pbr is required only for building.

* gnu/packages/python.scm (python-fixtures) [propagated-inputs] move
  python-pbr-0.11 to [native-inputs].
This commit is contained in:
Hartmut Goebel 2016-10-13 14:43:57 +02:00
parent 6986669012
commit ae92caddc5
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 3 deletions

View File

@ -2056,10 +2056,9 @@ and sensible default behaviors into your setuptools run.")
"0djxvdwm8s60dbfn7bhf40x6g818p3b3mlwijm1c3bqg7msn271y"))))
(build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six)
("python-pbr-0.11" ,python-pbr-0.11)))
`(("python-six" ,python-six)))
(native-inputs
`(;; Tests
`(("python-pbr-0.11" ,python-pbr-0.11)
("python-testtools" ,python-testtools)))
(arguments
'(#:tests? #f)) ; no setup.py test command