14
0
2018-12-06 23:14:43 +00:00
committed by Git OBS Bridge
parent 8acc080e2e
commit f30f473559

View File

@@ -25,6 +25,7 @@ License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/rholder/retrying URL: https://github.com/rholder/retrying
Source: https://files.pythonhosted.org/packages/source/r/retrying/retrying-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/r/retrying/retrying-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-six >= 1.7.0 Requires: python-six >= 1.7.0
BuildArch: noarch BuildArch: noarch
@@ -42,6 +43,7 @@ simplify the task of adding retry behavior to just about anything.
%install %install
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE