summaryrefslogtreecommitdiff
path: root/net-mgmt/librenms/files/patch-LibreNMS_Validations_Python.php
blob: 34cdfad6dc1106789056ed0a75f01255d94c24f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- LibreNMS/Validations/Python.php.orig	2020-07-10 19:56:16 UTC
+++ LibreNMS/Validations/Python.php
@@ -50,8 +50,10 @@ class Python extends BaseValidation
         }
 
         $this->checkVersion($validator, $version);
-        $this->checkPipVersion($validator, $version);
-        $this->checkExtensions($validator);
+# We've installed from a FreeBSD package.
+# We aren't using pip
+#       $this->checkPipVersion($validator, $version);
+#       $this->checkExtensions($validator);
     }
 
     private function checkVersion(Validator $validator, $version)