diff --git a/python-aiomysql.spec b/python-aiomysql.spec index 09d6511..382ba61 100644 --- a/python-aiomysql.spec +++ b/python-aiomysql.spec @@ -16,9 +16,6 @@ Requires: python3-sqlalchemy from the asyncio_ (PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and preserve same api, look and feel. -Internally **aiomysql** is copy of PyMySQL, underlying io calls switched -to async, basically ``yield from`` and ``asyncio.coroutine`` added in -proper places)). `sqlalchemy` support ported from aiopg_. %package -n python3-aiomysql Summary: MySQL driver for asyncio. @@ -30,9 +27,6 @@ BuildRequires: python3-setuptools from the asyncio_ (PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and preserve same api, look and feel. -Internally **aiomysql** is copy of PyMySQL, underlying io calls switched -to async, basically ``yield from`` and ``asyncio.coroutine`` added in -proper places)). `sqlalchemy` support ported from aiopg_. %package help Summary: Development documents and examples for aiomysql @@ -42,9 +36,6 @@ Provides: python3-aiomysql-doc from the asyncio_ (PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and preserve same api, look and feel. -Internally **aiomysql** is copy of PyMySQL, underlying io calls switched -to async, basically ``yield from`` and ``asyncio.coroutine`` added in -proper places)). `sqlalchemy` support ported from aiopg_. %prep %autosetup -n aiomysql-0.0.20