| commit | 849dc759bac85d433f6eb1906c71fc2cd7ac0af8 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Apr 19 12:12:17 2018 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Apr 19 12:39:53 2018 +0200 |
| tree | 5ea7b95e36648d4c8a26a88351eefe34221a6271 | |
| parent | 9426bae74a8c9c1fc617fdcc4e3468e0492f5eea [diff] [blame] |
Fix setup.py and stdeb.cfg requirements: python-magic Change-Id: I3a09df124ba2cb8ab386507b7298730170e6857e Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/stdeb.cfg b/stdeb.cfg index 7d0b3d7..99da12e 100644 --- a/stdeb.cfg +++ b/stdeb.cfg
@@ -1,2 +1,2 @@ [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