From b039d98c66ae8a12d30f1151a19c480b322f98bf Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 17 Jul 2024 01:45:19 +0200 Subject: [PATCH] [Packaging] Removed `sudo` and `redis` dependencies from Arch. These are already available through the pacman/AUR helper and `python-redis` respectively. See https://aur.archlinux.org/packages/platypush#comment-982710 --- platypush/install/requirements/arch.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/platypush/install/requirements/arch.txt b/platypush/install/requirements/arch.txt index 906ef77bef..8cc2ba547a 100644 --- a/platypush/install/requirements/arch.txt +++ b/platypush/install/requirements/arch.txt @@ -17,5 +17,3 @@ python-websocket-client python-websockets python-yaml python-zeroconf -redis -sudo