From c6fa3bc8537f5cff520b8e5f567dc913ad58d66e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 17 Dec 2024 21:55:03 +0100 Subject: gnu: python-milc: Add missing inputs. * gnu/packages/python-xyz.scm (python-milc)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I8711c8fff3f8cae5a875f0cf74ae049e3719ca80 --- gnu/packages/python-xyz.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 328edc9531..b07c71e5a6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5419,6 +5419,7 @@ (define-public python-milc (build-system pyproject-build-system) (propagated-inputs (list python-appdirs python-argcomplete python-colorama python-halo python-spinners)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/clueboard/milc") (synopsis "Python library for command line interface programs") (description "MILC is a Python library for developing command line -- cgit v1.2.3