summaryrefslogtreecommitdiff
path: root/net-mgmt/librenms/files/patch-LibreNMS_Validations_Python.php
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2020-07-20 21:35:34 +0000
committerDan Langille <dvl@FreeBSD.org>2020-07-20 21:35:34 +0000
commitaab2a6b0ce2ffabad72ec7d9d5aaa2ea51432d4a (patch)
tree071c72a56c25846b085df708eef9e482fa676d29 /net-mgmt/librenms/files/patch-LibreNMS_Validations_Python.php
parentmath/cocoalib: fix build on GCC architectures (diff)
Update to 1.65.1
This upgrade disables polling via cronjob. You must now use the Dispatcher. See UPDATING
Notes
Notes: svn path=/head/; revision=542675
Diffstat (limited to 'net-mgmt/librenms/files/patch-LibreNMS_Validations_Python.php')
-rw-r--r--net-mgmt/librenms/files/patch-LibreNMS_Validations_Python.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/librenms/files/patch-LibreNMS_Validations_Python.php b/net-mgmt/librenms/files/patch-LibreNMS_Validations_Python.php
new file mode 100644
index 000000000000..07798b126992
--- /dev/null
+++ b/net-mgmt/librenms/files/patch-LibreNMS_Validations_Python.php
@@ -0,0 +1,13 @@
+--- LibreNMS/Validations/Python.php.orig 2020-07-20 21:06:40 UTC
++++ LibreNMS/Validations/Python.php
+@@ -51,7 +51,9 @@ class Python extends BaseValidation
+
+ $this->checkVersion($validator, $version);
+ $this->checkPipVersion($validator, $version);
+- $this->checkExtensions($validator);
++ # We've installed from a FreeBSD package.
++ # Wwe aren't using pip
++ #$this->checkExtensions($validator);
+ }
+
+ private function checkVersion(Validator $validator, $version)