From f30f4735595143fba0239014af55c17d16d6dd4e09c4c1fa6048080ce1915858 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 6 Dec 2018 23:14:43 +0000 Subject: [PATCH] Fix BR OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-retrying?expand=0&rev=10 --- python-retrying.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-retrying.spec b/python-retrying.spec index fec1f73..94f9009 100644 --- a/python-retrying.spec +++ b/python-retrying.spec @@ -25,6 +25,7 @@ License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/rholder/retrying Source: https://files.pythonhosted.org/packages/source/r/retrying/retrying-%{version}.tar.gz +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six >= 1.7.0 BuildArch: noarch @@ -42,6 +43,7 @@ simplify the task of adding retry behavior to just about anything. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE