diff --git a/python-stevedore.spec b/python-stevedore.spec index 6e17394739060ef269ed8218161b80a75d2dbe9b..035e5f0b8d5d59f0e1e3c275d41fc9f092bd8c97 100755 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-stevedore Version: 3.3.0 -Release: 1 +Release: 2 Summary: Manage dynamic plugins for Python applications License: Apache-2.0 URL: https://opendev.org/openstack/stevedore @@ -20,6 +20,7 @@ Summary: Manage dynamic plugins for Python applications Provides: python-stevedore BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip %description -n python3-stevedore Manage dynamic plugins for Python applications @@ -72,5 +73,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jan 20 2021 zhangy1317 +- Add BuildRequires python3-pip * Fri Jan 08 2021 Python_Bot - Package Spec generated