python310Packages.pyairvisual: remove postPatch section
- update disabled
This commit is contained in:
parent
062a0f6f61
commit
e016ac8b74
1 changed files with 1 additions and 7 deletions
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||||
version = "2023.12.0";
|
version = "2023.12.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bachya";
|
owner = "bachya";
|
||||||
|
@ -28,12 +28,6 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-uN31LeHYmg4V6Ln3EQp765nOsN5v56TxjYSS/g6TUCY=";
|
hash = "sha256-uN31LeHYmg4V6Ln3EQp765nOsN5v56TxjYSS/g6TUCY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace pyproject.toml --replace \
|
|
||||||
'certifi = ">=2023.07.22"' \
|
|
||||||
'certifi = "*"'
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue