From c0a3e39c3529a5080a3e361d8e0dba5fdbe16f07 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Mon, 6 Mar 2017 00:10:00 -0700 Subject: espresso: don't skip provides --- espresso/espresso.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/espresso/espresso.spec b/espresso/espresso.spec index 35dfdb5..5f4f8e2 100644 --- a/espresso/espresso.spec +++ b/espresso/espresso.spec @@ -8,9 +8,6 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif -# Do not check .so files in the python2_sitearch directory -%global __provides_exclude_from ^%{python2_sitearch}/.*\\.so$ - ### TESTSUITE ### # The testsuite currently fails only on the buildsystem, but works localy. # So to easy enable/disable the testsuite, I introduce the following -- cgit