python311Packages.aiolifx-themes: remoive stale postPatch section
This commit is contained in:
parent
10b84133e7
commit
fcbd335763
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue