mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-contextlib2.
This was a backport of the Python 3.10 version of contextlib. * gnu/packages/python-xyz.scm (python-contextlib2): Remove variable. * gnu/packages/machine-learning.scm (python-ml-collections) [propagated-inputs]: Remove it. Change-Id: I47e4eccf98d8caa18235008e94a0849e21975a68
This commit is contained in:
parent
b9cfda4fa4
commit
c080336271
2 changed files with 1 additions and 22 deletions
|
@ -447,7 +447,7 @@ machine learning algorithms based on GPs.")
|
|||
;; class, not config_dict_test.
|
||||
"-k" "not testJSONConversionBestEffort")))))))
|
||||
(propagated-inputs
|
||||
(list python-absl-py python-contextlib2 python-pyyaml python-six))
|
||||
(list python-absl-py python-pyyaml python-six))
|
||||
(native-inputs (list python-mock python-pytest python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/google/ml_collections")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue