Fix setup.py and stdeb.cfg requirements: python-magic
Change-Id: I3a09df124ba2cb8ab386507b7298730170e6857e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/setup.py b/setup.py
index 25a397c..8109b9f 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
- 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic'
+ 'Click', 'prettytable', 'pyyaml', 'pycurl'
],
setup_requires=['setuptools-version-command'],
test_suite='nose.collector',