setuptools_scm: fix requirements. (#9330)

Should fix buildmaster issues for:
 - importlib_metadata
 - importlib_resourses
 - iniconfig
 - pyparsing
This commit is contained in:
OscarL
2023-09-02 03:03:36 -03:00
committed by GitHub
parent b783a1ec54
commit 3775520412

View File

@@ -5,7 +5,7 @@ or in a SCM managed file."
HOMEPAGE="https://github.com/pypa/setuptools_scm"
COPYRIGHT="2015-2022 Ronny Pfannschmidt"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-$portVersion.tar.gz"
CHECKSUM_SHA256="6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de278f27"
@@ -33,8 +33,11 @@ for i in "${!PYTHON_PACKAGES[@]}"; do
\""
eval "REQUIRES_$pythonPackage=\"
haiku
importlib_metadata_$pythonPackage # only for Python < 3.10
packaging_$pythonPackage
setuptools_$pythonPackage
toml_$pythonPackage
tomli_$pythonPackage # only for Python < 3.11
typing_extensions_$pythonPackage # only for Python < 3.11
cmd:git
cmd:python$pythonVersion
\""