python3Packages.importlib-metadata: 8.7.0 -> 8.7.1
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -13,15 +13,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "importlib-metadata";
|
||||
version = "8.7.0";
|
||||
version = "8.7.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "importlib_metadata";
|
||||
inherit version;
|
||||
hash = "sha256-0TuBrSI7iQqhbFRx8qwwVs92xfEPgtb5KS8LQV84kAA=";
|
||||
hash = "sha256-Sf7xrmRAwYIFL0B8jTSmj3Lvw225ypDcARM5jy/d6Ls=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i "/coherent.licensed/d" pyproject.toml
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
setuptools # otherwise cross build fails
|
||||
setuptools-scm
|
||||
|
||||
Reference in New Issue
Block a user