mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-numcodecs: Remove extra propagated-inputs.
* gnu/packages/python-xyz.scm (python-numcodecs): [propagated-inputs]: Remove python-coverage and python-numpydoc. Change-Id: Ia7f7e52dea7460c37b3eb5a64c23e1c53507fc68 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
643598c302
commit
782772ba6a
@@ -28985,12 +28985,10 @@ tool).")
|
||||
(list c-blosc lz4 zlib
|
||||
`(,zstd "lib")))
|
||||
(propagated-inputs
|
||||
(list python-coverage
|
||||
python-google-crc32c
|
||||
(list python-google-crc32c
|
||||
python-importlib-metadata
|
||||
python-msgpack
|
||||
python-numpy
|
||||
python-numpydoc))
|
||||
python-numpy))
|
||||
(native-inputs
|
||||
(list python-cython
|
||||
python-py-cpuinfo
|
||||
|
||||
Reference in New Issue
Block a user