python312Packages.peco: refactor
This commit is contained in:
parent
e17c022a87
commit
ad8572d0d9
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "peco";
|
||||
version = "0.0.30";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
|
@ -19,11 +19,11 @@ buildPythonPackage rec {
|
|||
hash = "sha256-a3MPqtbDftbLGtpJ66CFVC5wJFa9L3dqOKPfBZCaHpM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
aiohttp
|
||||
pydantic
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue