Merge pull request #287802 from bobby285271/fix/alias

python311Packages.pillow-jpls: Don't use alias setuptools_scm
This commit is contained in:
Bobby Rong 2024-02-10 23:30:23 +08:00 committed by GitHub
commit 6f0e135f54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
, setuptools
, pathspec
, pyproject-metadata
, setuptools_scm
, setuptools-scm
}:
buildPythonPackage rec {
@ -44,7 +44,7 @@ buildPythonPackage rec {
pybind11
scikit-build-core
setuptools
setuptools_scm
setuptools-scm
];
buildInputs = [
charls