diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-19 14:54:51 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-05-22 12:56:22 +0200 |
commit | 35d2f5662c6f03480f3f6f9ef9092757447361ed (patch) | |
tree | 8ee163148918f1b75e5e064c7cf46bb3f1ae15df /pkg/requirements.pip | |
parent | 9b415b6423c7dd18fe9ffa302c3343dfa2314619 (diff) |
[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
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index a34f829..80dca0b 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -2,6 +2,7 @@ twisted colorama zope.interface service-identity +python-daemon gnupg leap.common>=0.5.5 leap.soledad.client>=0.9.5 |