gnu: python-ml-collections: Fix build.

* gnu/packages/machine-learning.scm (python-ml-collections)
[propagated-inputs]: Add python-six.

Change-Id: I171afef3f31d792f2016cf6a8dee0a6add3308e0
This commit is contained in:
Janneke Nieuwenhuizen 2025-11-01 16:11:23 +01:00
parent 39bce2c655
commit 72c5fcd39e
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -31,6 +31,7 @@
;;; Copyright © 2024 Andy Tai <atai@atai.org>
;;; Copyright © 2025 Lapearldot <lapearldot@disroot.org>
;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org>
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -526,7 +527,7 @@ transforms.")
(list
#:test-flags '(list "--pyargs" "ml_collections/config_dict/tests")))
(propagated-inputs
(list python-absl-py python-pyyaml))
(list python-absl-py python-pyyaml python-six))
(native-inputs (list python-pylint
python-pytest
python-pytest-xdist