Revert "gnu: Add python-iocapture."

This package was already in Guix since commit
dbcef44a0b.

This reverts commit 2cb4ee2787.
This commit is contained in:
Marius Bakke 2020-01-26 22:53:43 +01:00
parent 3293b1bce9
commit fed17bcad9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -17377,28 +17377,6 @@ (define-public python-pathtools
for file systems paths.")
(license license:expat)))
(define-public python-iocapture
(package
(name "python-iocapture")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "iocapture" version))
(sha256
(base32
"1s3ywdr0l3kfrrqi079iv16g0rp75akkvx0j07vx9p5w10c0wrw6"))))
(build-system python-build-system)
(native-inputs
`(("python-flexmock" ,python-flexmock)
("python-pytest-cov" ,python-pytest-cov)
("python-six" ,python-six)))
(home-page "https://github.com/oinume/iocapture")
(synopsis "stdout and stderr capture in Python")
(description "This package allows Python developpers to capture their standard
output and standard error.")
(license license:expat)))
(define-public python-watchdog
(package
(name "python-watchdog")