~ruther/guix-local

72c5fcd39e0535a10dcea37368e6e64019340108 — Janneke Nieuwenhuizen 5 months ago 39bce2c
gnu: python-ml-collections: Fix build.

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

Change-Id: I171afef3f31d792f2016cf6a8dee0a6add3308e0
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -1
@@ 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