gnu: python-distutils-extra: Switch to pyproject-build-system. * gnu/packages/python-xyz.scm (python-distutils-extra) [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I3d9152808e8f3b3e43d670eceb4a2ae4aba531a6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 11851,7 11851,8 @@ used as the basis for third-party packaging tools.") (sha256 (base32 "0lx15kcbby9zisx33p2h5hgakgwh2bvh0ibag8z0px4j6ifhs41x")))) (build-system python-build-system) (build-system pyproject-build-system) (native-inputs (list python-setuptools python-wheel)) (home-page "https://launchpad.net/python-distutils-extra/") (synopsis "Enhancements to Python's distutils") (description