gnu: python2-hypothesis: fix propagated inputs.

* gnu/packages/python.scm (python2-hypothesis)[propagated-inputs]: Add
  python2-enum34, which was incorrectly listed among the native inputs.
This commit is contained in:
Cyril Roelandt 2017-10-14 05:52:51 +02:00
parent 7f7fadb592
commit 69f7f04544
No known key found for this signature in database
GPG Key ID: 1C7995D2D5A38336
1 changed files with 2 additions and 2 deletions

View File

@ -10150,9 +10150,9 @@ seamlessly into your existing Python unit testing work flow.")
(let ((hypothesis (package-with-python2
(strip-python2-variant python-hypothesis))))
(package (inherit hypothesis)
(native-inputs
(propagated-inputs
`(("python2-enum34" ,python2-enum34)
,@(package-native-inputs hypothesis))))))
,@(package-propagated-inputs hypothesis))))))
(define-public python-pytest-subtesthack
(package