Add missing BR and fix calling fdupes.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-locket?expand=0&rev=7
This commit is contained in:
parent
0e358557b1
commit
86622b2131
@ -25,6 +25,7 @@ License: BSD-2-Clause
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://github.com/mwilliamson/locket.py
|
Url: http://github.com/mwilliamson/locket.py
|
||||||
Source: https://files.pythonhosted.org/packages/source/l/locket/locket-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/l/locket/locket-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -56,7 +57,7 @@ module in the standard library. Specifically, their behaviour is:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user