Unverified Commit 0b9fce2d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

librenms: add python-memcached to python-env (#351183)

parents 5ea890c7 d19586fd
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