blob: 07798b1269928ab04f8f561ce95023bd04df73af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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)
|