diff --git a/python-rope.spec b/python-rope.spec index 61dd323..b1cb534 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 0.17.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python Code Refactoring Library License: LGPLv3+ @@ -19,6 +19,7 @@ Patch0: isalive_fix.patch BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python3dist(pytest) +BuildRequires: python3-setuptools # pysvn, hg, git, and darcs are optional. If installed, they give integration # between rope and the version control system. (So refactorings that rename a @@ -80,6 +81,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -k "not ( advanced_oi_test %{python3_sitelib}/* %changelog +* Tue Jun 23 2020 Mukundan Ragavan - 0.7-7 +- Add BR:python3-setuptools + * Wed Jun 03 2020 Mukundan Ragavan - 0.17.0-3 - Add patch to fix failing tests