From 35d2f5662c6f03480f3f6f9ef9092757447361ed Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 19 May 2017 14:54:51 +0200 Subject: [feat] port the polkit agent launcher this commit is porting the polkit launcher from the legacy bitmask client. if no polkit authentication agent is running, it will try to run one that is found in the system. - Resolves: #8836 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c4ddb4dc..76fb4a55 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ required = [ 'service-identity', 'colorama', 'srp', + 'python-daemon', 'leap.common', ] -- cgit v1.2.3