python3Packages.linode-api4: use pyprojectVersionPatchHook
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
mock,
|
||||
nix-update-script,
|
||||
polling,
|
||||
pyprojectVersionPatchHook,
|
||||
pytestCheckHook,
|
||||
requests,
|
||||
setuptools,
|
||||
@@ -16,6 +17,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "linode-api4";
|
||||
version = "5.45.0";
|
||||
pyproject = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -27,6 +29,8 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
nativeBuildInputs = [ pyprojectVersionPatchHook ];
|
||||
|
||||
dependencies = [
|
||||
deprecated
|
||||
polling
|
||||
|
||||
Reference in New Issue
Block a user