summarylogtreecommitdiffstats
path: root/setup.patch
blob: 220da5f1e1b478a6b0649693506469e82d35bcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index c60d885..643fafb 100644
--- a/setup.py
+++ b/setup.py
@@ -116,7 +116,7 @@ CLASSIFIERS = ["Development Status :: 5 - Production/Stable",
                "Intended Audience :: System Administrators",
                "Intended Audience :: Information Technology"]
 ENTRY_POINTS = {"console_scripts": ["wifiphisher = wifiphisher.pywifiphisher:run"]}
-INSTALL_REQUIRES = ["PyRIC", "tornado", "dbus-python",
+INSTALL_REQUIRES = ["PyRIC", "tornado",
                     "pbkdf2", "roguehostapd", "scapy"]
 CMDCLASS = {"clean": CleanCommand,}