python312Packages.netbox-napalm-plugin: only build for python version of netbox
This commit is contained in:
parent
091247e303
commit
eafc151b91
@ -4,7 +4,7 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
setuptools,
|
setuptools,
|
||||||
netbox,
|
netbox,
|
||||||
pythonAtLeast,
|
python,
|
||||||
napalm,
|
napalm,
|
||||||
django,
|
django,
|
||||||
}:
|
}:
|
||||||
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||||||
version = "0.3.1";
|
version = "0.3.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonAtLeast "3.13";
|
disabled = python.pythonVersion != netbox.python.pythonVersion;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "netbox-community";
|
owner = "netbox-community";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user