Revise build requires of python2-sphinx to python3-sphinx

This commit is contained in:
openeuler-basic 2020-02-21 18:11:55 +08:00
parent 428e809252
commit c34b28f06b

View File

@ -1,6 +1,6 @@
Name: python-pymongo
Version: 3.9.0
Release: 1
Release: 2
License: Apache License 2.0
Summary: PyMongo - the Python driver for MongoDB
URL: https://github.com/mongodb/mongo-python-driver
@ -9,7 +9,7 @@ Patch01: 0001-Use-ssl.match_hostname-from-the-Python-stdlib.patch
BuildRequires: python2-devel python3-devel
BuildRequires: python2-setuptools python3-setuptools
BuildRequires: python2-sphinx
BuildRequires: python3-sphinx
%global _description \
The PyMongo distribution contains tools for interacting with \
@ -156,5 +156,8 @@ popd
%{_pkgdocdir}
%changelog
* Fri Feb 21 2020 shanshishi <shanshishi@huawei.com> - 3.9.0-2
- Revise build requires of python2-sphinx to python3-sphinx
* Sat Nov 2 2019 shanshishi <shanshishi@huawei.com> - 3.9.0-1
- Init package