mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06: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:
parent
643598c302
commit
782772ba6a
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue