Change-Id: I3a09df124ba2cb8ab386507b7298730170e6857e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
RUN apt-get update && apt-get -y install git make python python3 \
libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \
- debhelper python-setuptools python-all apt-utils
+ debhelper python-setuptools python-all apt-utils python-magic
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',
[DEFAULT]
-Depends: python-setuptools, python-pycurl, python-click, python-prettytable, python-yaml
+Depends: python-setuptools, python-pycurl, python-click, python-prettytable, python-yaml, python-magic