Add BuildRequires python3-pip

This commit is contained in:
zhangy1317 2021-01-20 14:32:34 +08:00
parent f9f1b7eb5e
commit 5cd361d2a7

View File

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