From f8d20357ac4f76d919d0b7923bc041c701dcbb65 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 25 Nov 2024 07:06:39 +0000 Subject: [PATCH] eclass/distutils-r1: Sync with Gentoo It's from Gentoo commit f57815b19c624b802b93ba8600dc8972d09443fa. --- .../src/third_party/portage-stable/eclass/distutils-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass index 7ab8dcae32..357e64e6f7 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass @@ -256,7 +256,7 @@ _distutils_set_globals() { ;; flit_scm) bdep+=' - >=dev-python/flit_scm-1.7.0[${PYTHON_USEDEP}] + >=dev-python/flit-scm-1.7.0[${PYTHON_USEDEP}] ' ;; hatchling) @@ -836,7 +836,7 @@ _distutils-r1_print_package_versions() { flit_scm) packages+=( dev-python/flit-core - dev-python/flit_scm + dev-python/flit-scm dev-python/setuptools-scm ) ;;