From c2325afd3e0f26af3cfffc5edbe90acf2470a079 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Oct 03 2017 07:33:23 +0000 Subject: run more tests Signed-off-by: Igor Gnatenko --- diff --git a/python-tabulate.spec b/python-tabulate.spec index a41de95..0f99762 100644 --- a/python-tabulate.spec +++ b/python-tabulate.spec @@ -29,6 +29,10 @@ BuildRequires: python2-setuptools # Test deps BuildRequires: python2-nose BuildRequires: python2-numpy +BuildRequires: python2-pandas +BuildRequires: python2-wcwidth +# widechars support +Recommends: python2-wcwidth %description -n python2-%{modname} The main use cases of the library are: @@ -50,6 +54,10 @@ BuildRequires: python3-setuptools # Test deps BuildRequires: python3-nose BuildRequires: python3-numpy +BuildRequires: python3-pandas +BuildRequires: python3-wcwidth +# widechars support +Recommends: python3-wcwidth %description -n python3-%{modname} The main use cases of the library are: @@ -95,6 +103,7 @@ Python 3 version. %changelog * Tue Oct 03 2017 Igor Gnatenko - 0.8.1-1 - Update to 0.8.1 +- Run more tests * Sun Oct 01 2017 Igor Gnatenko - 0.8.0-1 - Update to 0.8.0