From 86622b2131f83e711a1f8dd7e3847b42497d759674dba8b06b62bb262d02b481 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 6 Dec 2018 17:06:34 +0000 Subject: [PATCH] Add missing BR and fix calling fdupes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-locket?expand=0&rev=7 --- python-locket.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-locket.spec b/python-locket.spec index fc3407f..e21d43f 100644 --- a/python-locket.spec +++ b/python-locket.spec @@ -25,6 +25,7 @@ License: BSD-2-Clause Group: Development/Languages/Python Url: http://github.com/mwilliamson/locket.py Source: https://files.pythonhosted.org/packages/source/l/locket/locket-%{version}.tar.gz +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -56,7 +57,7 @@ module in the standard library. Specifically, their behaviour is: %install %python_install -%python_expand %fdupes %{buildroot}%{$python_sitearch} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst