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

This commit is contained in:
Martin Weinelt
2024-10-26 22:33:25 +02:00
committed by GitHub
@@ -53,6 +53,7 @@ in phpPackage.buildComposerProject rec {
(python3.withPackages (ps: with ps; [
pymysql
python-dotenv
python-memcached
redis
setuptools
psutil