From c34b28f06b94c15cdde3cbe9f10f7313ba07ccd0 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Fri, 21 Feb 2020 18:11:55 +0800 Subject: [PATCH] Revise build requires of python2-sphinx to python3-sphinx --- python-pymongo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index 825e4d8..30236ce 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -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 - 3.9.0-2 +- Revise build requires of python2-sphinx to python3-sphinx + * Sat Nov 2 2019 shanshishi - 3.9.0-1 - Init package