From 2030a2f6411d4462e9b53f2292d14121045ca3f9304baecb41adad8c55dfb975 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 6 Dec 2018 22:32:55 +0000 Subject: [PATCH] Add missing BR OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=9 --- python-snowballstemmer.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index 023dae2..9500139 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -25,6 +25,8 @@ License: BSD-2-Clause Group: Development/Languages/Python Url: https://github.com/shibukawa/snowball_py Source: https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz +BuildRequires: %{python_module base} +BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -49,6 +51,7 @@ accelerate. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %defattr(-,root,root,-)