add buildrequires python3-pip

This commit is contained in:
zhangy1317 2021-01-20 16:41:00 +08:00
parent 55a76e50c7
commit 8d8b8e977a

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-sphinxcontrib-apidoc Name: python-sphinxcontrib-apidoc
Version: 0.3.0 Version: 0.3.0
Release: 1 Release: 2
Summary: A Sphinx extension for running 'sphinx-apidoc' on each build Summary: A Sphinx extension for running 'sphinx-apidoc' on each build
License: BSD License License: BSD 2-Clause "Simplified" License
URL: https://github.com/sphinx-contrib/apidoc URL: https://github.com/sphinx-contrib/apidoc
Source0: https://files.pythonhosted.org/packages/57/55/23f6919551a5e0a824f0effc3a85dd1cbc8df225196c0f6b82c7cea38299/sphinxcontrib-apidoc-0.3.0.tar.gz Source0: https://files.pythonhosted.org/packages/57/55/23f6919551a5e0a824f0effc3a85dd1cbc8df225196c0f6b82c7cea38299/sphinxcontrib-apidoc-0.3.0.tar.gz
BuildArch: noarch BuildArch: noarch
@ -23,6 +23,7 @@ Summary: A Sphinx extension for running 'sphinx-apidoc' on each build
Provides: python-sphinxcontrib-apidoc Provides: python-sphinxcontrib-apidoc
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-sphinxcontrib-apidoc %description -n python3-sphinxcontrib-apidoc
sphinx-apidoc is a tool for automatic generation of Sphinx sources sphinx-apidoc is a tool for automatic generation of Sphinx sources
that using the autodoc extension, documents a whole package in the that using the autodoc extension, documents a whole package in the
@ -80,5 +81,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com>
- Add BuildRequires python3-pip
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated