mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
39bce2c655
commit
72c5fcd39e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue