add gcc to BuildRequires

This commit is contained in:
桐小哥 2021-06-22 11:34:20 +00:00 committed by Gitee
parent 1dd954374c
commit 0fe5929619

View File

@ -2,7 +2,7 @@
Name: python-sqlalchemy Name: python-sqlalchemy
Version: 1.3.22 Version: 1.3.22
Release: 2 Release: 3
Summary: SQL toolkit and object relational mapper for Python Summary: SQL toolkit and object relational mapper for Python
License: MIT License: MIT
URL: http://www.sqlalchemy.org/ URL: http://www.sqlalchemy.org/
@ -10,7 +10,7 @@ Source0: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLA
Patch0: tests_overcome_bpo42967.patch Patch0: tests_overcome_bpo42967.patch
BuildRequires: python3-devel python3-setuptools python3-pytest BuildRequires: python3-devel python3-setuptools python3-pytest gcc
%description %description
SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible,
@ -64,6 +64,12 @@ PYTHONPATH=. %{__python3} -m pytest test
%doc doc examples %doc doc examples
%changelog %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 * Tue Mar 16 2021 tianwei <tianwei12@huawei.com> - 1.3.22-2
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA