mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-17 06:35:58 +02:00
gnu: python-tasklogger: Reduce closure size, replace nose2 with pytest.
* gnu/packages/python-xyz.scm (python-tasklogger)[native-inputs]: Remove python-coverage, python-coveralls, python-nose2, and python-wheel; add python-pytest. Change-Id: I2dd6106ae5063f180d0dd8312771b0108470dd79
This commit is contained in:
@@ -17829,9 +17829,12 @@ designed to efficiently cope with extremely large amounts of data.")
|
||||
(sha256
|
||||
(base32 "1901mibcp6aiyjy8afnybrxnb0dkbdxlbvjqbr3gginlw7dr18xh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-deprecated))
|
||||
(native-inputs (list python-coverage python-coveralls python-nose2
|
||||
python-numpy python-setuptools python-wheel))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-numpy
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-deprecated))
|
||||
(home-page "https://github.com/scottgigante/tasklogger")
|
||||
(synopsis "Extension to the core Python logging library")
|
||||
(description "This package provides an extension to the core Python
|
||||
|
||||
Reference in New Issue
Block a user