python312Packages.pvo: refactor
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "pvo";
|
||||
version = "2.2.0";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
@@ -34,9 +34,9 @@ buildPythonPackage rec {
|
||||
--replace "--cov" ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
aiohttp
|
||||
mashumaro
|
||||
yarl
|
||||
|
||||
Reference in New Issue
Block a user