~ruther/guix-local

69f7f0454463124d53b2404f4e701e3d544b94ba — Cyril Roelandt 8 years ago 7f7fadb
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.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 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