From f0c4247f90cd77aa4422d4a97d749d35a3f27f8f Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 19 Apr 2018 15:42:09 +0200 Subject: [PATCH] Fix issues with python-magic pip library Change-Id: Ib092e14ba1255de7711fdffe00bdbc4dd9cf4620 Signed-off-by: garciadeblas --- Dockerfile | 2 +- setup.py | 2 +- stdeb.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 767d3f8..b7a8a91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM ubuntu:16.04 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 python-magic + debhelper python-setuptools python-all apt-utils diff --git a/setup.py b/setup.py index 8109b9f..25a397c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( packages=find_packages(), include_package_data=True, install_requires=[ - 'Click', 'prettytable', 'pyyaml', 'pycurl' + 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic' ], setup_requires=['setuptools-version-command'], test_suite='nose.collector', diff --git a/stdeb.cfg b/stdeb.cfg index 99da12e..7d0b3d7 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,2 +1,2 @@ [DEFAULT] -Depends: python-setuptools, python-pycurl, python-click, python-prettytable, python-yaml, python-magic +Depends: python-setuptools, python-pycurl, python-click, python-prettytable, python-yaml -- 2.17.1