| |
@@ -10,18 +10,18 @@
|
| |
BuildArch: noarch
|
| |
|
| |
BuildRequires: python3-aiohttp
|
| |
+ BuildRequires: python3-aiosqlite
|
| |
BuildRequires: python3-requests
|
| |
BuildRequires: python3-setuptools
|
| |
- BuildRequires: python3-sqlalchemy
|
| |
BuildRequires: python3-werkzeug
|
| |
BuildRequires: python3-devel
|
| |
BuildRequires: systemd
|
| |
|
| |
Requires: python3-aiohttp
|
| |
+ Requires: python3-aiosqlite
|
| |
Requires: python3-multidict
|
| |
Requires: python3-requests
|
| |
Requires: python3-setuptools
|
| |
- Requires: python3-sqlalchemy
|
| |
Requires: python3-werkzeug
|
| |
|
| |
Requires(post): systemd
|
| |
This is true but I don't think aiosqlite is packaged yet which renders the spec invalid.
On the other side, it's already invalid since mdapi will no longer work with sqlalchemy.