From 0d9d7ec83993824955960d111471bc1d17b95e98 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 26 Aug 2020 15:11:08 -0700 Subject: python-sphinx-hoverxref: remove tests dir Signed-off-by: Michel Alexandre Salim --- python/python-sphinx-hoverxref.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/python-sphinx-hoverxref.spec') diff --git a/python/python-sphinx-hoverxref.spec b/python/python-sphinx-hoverxref.spec index fc4e81f..90a3bc9 100644 --- a/python/python-sphinx-hoverxref.spec +++ b/python/python-sphinx-hoverxref.spec @@ -45,6 +45,8 @@ what’s in there. %install %py3_install +# remove superfluous files +rm -rf %{buildroot}%{python3_sitelib}/tests/ %check -- cgit