!21 add gcc to BuildRequires

From: @tong_1001
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-22 11:53:50 +00:00 committed by Gitee
commit b8254f0894

View File

@ -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 <shixuantong@huawei.com> - 1.3.22-3
- Type: bugfix
- ID: NA
- SUG: NA
- DESC:add gcc to BuildRequires
* Tue Mar 16 2021 tianwei <tianwei12@huawei.com> - 1.3.22-2
- Type:bugfix
- ID:NA