From a9c6e70bbf19628238346d529076e4c2acb4f89a Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Mon, 24 Oct 2022 17:30:17 +0800 Subject: [PATCH] Fix unit test requirement error --- python-sqlalchemy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 37bd176..da1118d 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-SQLAlchemy Version: 1.3.8 -Release: 2 +Release: 3 Summary: Database Abstraction Library License: MIT URL: http://www.sqlalchemy.org @@ -28,6 +28,7 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-pytest-xdist +BuildRequires: python3-mock %description -n python3-sqlalchemy SQLAlchemy The Python SQL Toolkit and Object Relational MapperIntroduction -SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives @@ -98,6 +99,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 24 2022 wangxiyuan - 1.3.8-3 +- Fix unit test requirement error + * Wed Feb 23 2022 wangxiyuan - 1.3.8-2 - Fix pythondist provides problem. -- Gitee