From a226318b62941572aed02cb3a2befe522d7455be Mon Sep 17 00:00:00 2001 From: Tarek Galal Date: Sat, 30 May 2015 18:40:24 +0200 Subject: [PATCH] Fixes to required dependencies Changed requires to install_requires, otherwise packages were not installed Corrected gflags to python-gflags --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08234cc..0d289d7 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ keywords = ['android', 'adb', 'fastboot'], - requires = ['gflags', 'libusb1', 'M2Crypto'], + install_requires = ['libusb1', 'python-gflags', 'M2Crypto'], ## classifier list https://pypi.python.org/pypi?:action=list_classifiers classifiers = [