From cf623e97f40f671992dcb16f30de65e14dd2ccb1 Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Sun, 8 Jan 2017 07:14:25 +0200 Subject: [PATCH] dbus is built-in --- pupy/modules/lazagne.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pupy/modules/lazagne.py b/pupy/modules/lazagne.py index 3ae8f326..ddcf64bc 100644 --- a/pupy/modules/lazagne.py +++ b/pupy/modules/lazagne.py @@ -21,10 +21,11 @@ class LaZagne(PupyModule): dependencies = { 'all': [ 'sqlite3', '_sqlite3', 'xml', '_elementtree', - 'calendar', 'xml', 'xml.etree', 'lazagne', 'colorama', 'laZagne', 'memorpy'], + 'calendar', 'xml', 'xml.etree', 'lazagne', 'colorama', 'laZagne', + 'memorpy', 'ConfigParser' ], 'windows': [ 'win32crypt', 'win32api', 'win32con', 'win32cred', 'impacket', 'win32security', 'win32net', 'pyexpat', 'gzip' ], - 'linux': [ 'dbus', 'secretstorage', 'crypt' ] + 'linux': [ 'secretstorage', 'crypt' ] } def init_argparse(self):