python3Packages.aiotractive: fix version in pyproject.toml
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
orjson,
|
||||
pyprojectVersionPatchHook,
|
||||
setuptools,
|
||||
yarl,
|
||||
}:
|
||||
@@ -22,6 +23,10 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pyprojectVersionPatchHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "orjson" ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user