summarylogtreecommitdiffstats
path: root/setup.patch
diff options
context:
space:
mode:
authorKyle Sferrazza2019-04-25 10:51:53 -0400
committerKyle Sferrazza2019-04-25 10:51:53 -0400
commit952d80cb00eaca90e57eee084b521e1d393c1cd2 (patch)
tree4273ebe3d81303175ac3227ca2d056bf44b639b0 /setup.patch
parent1c5073eb652df40ddb6d0ff8b0456bb340f26007 (diff)
downloadaur-wifiphisher.tar.gz
add dependencies, update build process
Diffstat (limited to 'setup.patch')
-rw-r--r--setup.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.patch b/setup.patch
new file mode 100644
index 000000000000..220da5f1e1b4
--- /dev/null
+++ b/setup.patch
@@ -0,0 +1,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,}
+