From 0fe59296196103d8e4b024162d8c42ebb8763400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Tue, 22 Jun 2021 11:34:20 +0000 Subject: [PATCH] add gcc to BuildRequires --- python-sqlalchemy.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index d373754..af77c22 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -2,7 +2,7 @@ Name: python-sqlalchemy Version: 1.3.22 -Release: 2 +Release: 3 Summary: SQL toolkit and object relational mapper for Python License: MIT URL: http://www.sqlalchemy.org/ @@ -10,7 +10,7 @@ Source0: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLA Patch0: tests_overcome_bpo42967.patch -BuildRequires: python3-devel python3-setuptools python3-pytest +BuildRequires: python3-devel python3-setuptools python3-pytest gcc %description SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, @@ -64,6 +64,12 @@ PYTHONPATH=. %{__python3} -m pytest test %doc doc examples %changelog +* Tue Jun 22 2021 shixuantong - 1.3.22-3 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC:add gcc to BuildRequires + * Tue Mar 16 2021 tianwei - 1.3.22-2 - Type:bugfix - ID:NA -- Gitee