Unverified Commit d19586fd authored by Jennifer Graul's avatar Jennifer Graul
Browse files

librenms: add python-memcached to python-env

LibreNMS seems to need python-memcached since 24.9 for distributed
pollers. This commit adds it to its python-env.
parent a3ce0453
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ in phpPackage.buildComposerProject rec {
    (python3.withPackages (ps: with ps; [
      pymysql
      python-dotenv
      python-memcached
      redis
      setuptools
      psutil