netboxPlugins: set structuredAttrs (#525645)
This commit is contained in:
@@ -12,6 +12,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "netbox-attachments";
|
||||
version = "11.2.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
disabled = python.pythonVersion != netbox.python.pythonVersion;
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ buildPythonPackage rec {
|
||||
pname = "netbox-bgp";
|
||||
version = "0.18.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "netbox-community";
|
||||
|
||||
@@ -11,6 +11,7 @@ buildPythonPackage rec {
|
||||
pname = "netbox-contextmenus";
|
||||
version = "1.4.14";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PieterL75";
|
||||
|
||||
@@ -13,6 +13,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "netbox-contract";
|
||||
version = "2.4.5";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
disabled = python.pythonVersion != netbox.python.pythonVersion;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ buildPythonPackage rec {
|
||||
pname = "netbox-plugin-dns";
|
||||
version = "1.5.8";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "peteeckel";
|
||||
|
||||
@@ -12,6 +12,7 @@ buildPythonPackage rec {
|
||||
pname = "netbox-documents";
|
||||
version = "0.8.2";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jasonyates";
|
||||
|
||||
@@ -12,6 +12,7 @@ buildPythonPackage rec {
|
||||
pname = "netbox-floorplan-plugin";
|
||||
version = "0.9.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
disabled = python.pythonVersion != netbox.python.pythonVersion;
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "netbox-interface-synchronization";
|
||||
version = "4.5.8";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NetTech2001";
|
||||
|
||||
@@ -12,6 +12,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "netbox-napalm-plugin";
|
||||
version = "0.3.4";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
disabled = python.pythonVersion != netbox.python.pythonVersion;
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "netbox-plugin-prometheus-sd";
|
||||
version = "1.3.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FlxPeters";
|
||||
|
||||
@@ -23,6 +23,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "netbox-qrcode";
|
||||
version = "0.0.21";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "netbox-community";
|
||||
|
||||
@@ -11,6 +11,7 @@ buildPythonPackage rec {
|
||||
pname = "netbox-reorder-rack";
|
||||
version = "1.1.4";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "netbox-community";
|
||||
|
||||
@@ -13,6 +13,7 @@ buildPythonPackage rec {
|
||||
pname = "netbox-routing";
|
||||
version = "0.4.3";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DanSheps";
|
||||
|
||||
@@ -12,6 +12,7 @@ buildPythonPackage rec {
|
||||
pname = "netbox-topology-views";
|
||||
version = "4.5.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
disabled = python.pythonVersion != netbox.python.pythonVersion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user