diff --git a/python-cloudflare.spec b/python-cloudflare.spec index 6a98923..dab6e95 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -8,7 +8,7 @@ Name: python-%{pyname} Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python wrapper for the Cloudflare Client API v4 License: MIT @@ -62,9 +62,9 @@ This is the Python 2 version of the package. %if %{with python3} %package -n python3-%{pyname} -BuildRequires: python3-future -BuildRequires: python3-PyYAML -BuildRequires: python3-requests +Requires: python3-future +Requires: python3-PyYAML +Requires: python3-requests Summary: %{summary} %{?python_provide:%python_provide python3-%{pyname}} @@ -119,6 +119,9 @@ rm -rf %{buildroot}%{python3_sitelib}/examples %endif %changelog +* Wed Apr 04 2018 Eli Young - 2.1.0-2 +- Fix python3 package dependencies (#1563427) + * Tue Mar 27 2018 Eli Young - 2.1.0-1 - Update to 2.1.0 (#1560758)