python311Packages.aiolifx-themes: remoive stale postPatch section

This commit is contained in:
Fabian Affolter 2023-11-26 16:56:57 +01:00
parent 10b84133e7
commit fcbd335763

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.4.10";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.9";
@ -31,11 +31,6 @@ buildPythonPackage rec {
--replace "typer = " "# unused: typer = "
'';
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'aiolifx = "^0.8.6"' 'aiolifx = "*"'
'';
nativeBuildInputs = [
poetry-core
];