add buildreq python3-sphinx to fix build error

This commit is contained in:
catastrowings 2020-02-20 16:11:10 +08:00
parent 65f80294fe
commit 9801271237

View File

@ -5,7 +5,7 @@ as well as 3.2 and up. \
Name: python-funcsigs
Version: 1.0.2
Release: 12
Release: 13
Summary: Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
License: ASL 2.0
URL: http://pypi.python.org/pypi/funcsigs
@ -29,7 +29,7 @@ This package is a python2 subpackage for funcsigs.
Summary: Python3 bindings for funcsigs
%{?python_provide:%python_provide python3-funcsigs}
BuildRequires: python3-devel python3-setuptools python3-unittest2
BuildRequires: python3-devel python3-setuptools python3-unittest2 python3-sphinx
%description -n python3-funcsigs
This package is a python3 subpackage for funcsigs.
@ -73,5 +73,8 @@ rm -rf html/.{doctrees,buildinfo}
%doc html README.rst
%changelog
* Thu Feb 20 2020 catastrowings <jianghuhao1994@163.com> - 1.0.2-13
- Add buildreq python3-sphix to fix build error.
* Tue Oct 15 2019 huzhiyu <huzhiyu1@huawei.com> - 1.0.2-12
- Package init