Reintroduce aiomysql version requirement

Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
Nils Philippsen 2024-01-18 15:32:10 +01:00
parent 4c5ef9f40e
commit 81263afd6a
2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
diff -up SQLAlchemy-1.4.50/setup.cfg.aiomysql SQLAlchemy-1.4.50/setup.cfg
--- SQLAlchemy-1.4.50/setup.cfg.aiomysql 2023-10-29 21:23:42.082080100 +0100
+++ SQLAlchemy-1.4.50/setup.cfg 2023-11-16 13:18:37.694587291 +0100
@@ -70,7 +70,7 @@ pymysql =
pymysql<1;python_version<"3"
aiomysql =
%(asyncio)s
- aiomysql>=0.2.0;python_version>="3"
+ aiomysql;python_version>="3"
asyncmy =
%(asyncio)s
asyncmy>=0.2.3,!=0.2.4;python_version>="3"

View File

@ -25,7 +25,6 @@ Summary: Modular and flexible ORM library for Python
License: MIT
URL: https://www.sqlalchemy.org/
Source0: %{pypi_source %{srcname} %{srcversion}}
Patch: python-sqlalchemy-1.4.50-aiomysql.patch
BuildRequires: gcc
BuildRequires: python3-devel >= 3.6