netbox: don't override importlib-metadata either
This commit is contained in:
parent
6a2f58f013
commit
91a49f7442
1 changed files with 16 additions and 16 deletions
|
@ -654,22 +654,22 @@ self: super: {
|
||||||
# nativeBuildInputs = [];
|
# nativeBuildInputs = [];
|
||||||
# propagatedBuildInputs = [];
|
# propagatedBuildInputs = [];
|
||||||
#};
|
#};
|
||||||
"importlib-metadata" = super.buildPythonPackage rec {
|
#"importlib-metadata" = super.buildPythonPackage rec {
|
||||||
pname = "importlib-metadata";
|
# pname = "importlib-metadata";
|
||||||
version = "4.12.0";
|
# version = "4.12.0";
|
||||||
src = fetchurl {
|
# src = fetchurl {
|
||||||
url = "https://files.pythonhosted.org/packages/d2/a2/8c239dc898138f208dd14b441b196e7b3032b94d3137d9d8453e186967fc/importlib_metadata-4.12.0-py3-none-any.whl";
|
# url = "https://files.pythonhosted.org/packages/d2/a2/8c239dc898138f208dd14b441b196e7b3032b94d3137d9d8453e186967fc/importlib_metadata-4.12.0-py3-none-any.whl";
|
||||||
sha256 = "08qcx2d4x212c70c9jy537ha1591riw4zan3b33gv8cyh1ssj0bl";
|
# sha256 = "08qcx2d4x212c70c9jy537ha1591riw4zan3b33gv8cyh1ssj0bl";
|
||||||
};
|
# };
|
||||||
format = "wheel";
|
# format = "wheel";
|
||||||
doCheck = false;
|
# doCheck = false;
|
||||||
buildInputs = [];
|
# buildInputs = [];
|
||||||
checkInputs = [];
|
# checkInputs = [];
|
||||||
nativeBuildInputs = [];
|
# nativeBuildInputs = [];
|
||||||
propagatedBuildInputs = [
|
# propagatedBuildInputs = [
|
||||||
self."zipp"
|
# self."zipp"
|
||||||
];
|
# ];
|
||||||
};
|
#};
|
||||||
"inflection" = super.buildPythonPackage rec {
|
"inflection" = super.buildPythonPackage rec {
|
||||||
pname = "inflection";
|
pname = "inflection";
|
||||||
version = "0.5.1";
|
version = "0.5.1";
|
||||||
|
|
Loading…
Reference in a new issue