| |
@@ -11,7 +11,7 @@
|
| |
BuildArch: noarch
|
| |
|
| |
%if 0%{?fedora}
|
| |
- Requires: python3-fedora-messaging
|
| |
+ Requires: python3-fedora-messaging >= 1.5.0
|
| |
Requires: python3-alembic
|
| |
Requires: python3-flask
|
| |
Requires: python3-flask-restful
|
| |
@@ -20,7 +20,7 @@
|
| |
Requires: python3-six
|
| |
Requires: python3-sqlalchemy
|
| |
%else
|
| |
- Requires: python-fedora-messaging
|
| |
+ Requires: python-fedora-messaging >= 1.5.0
|
| |
Requires: python-alembic >= 0.8.3
|
| |
Requires: python-flask >= 0.10.1
|
| |
Requires: python-flask-restful >= 0.2.11
|
| |
@@ -31,7 +31,7 @@
|
| |
%endif
|
| |
|
| |
%if 0%{?fedora}
|
| |
- BuildRequires: python3-fedora-messaging
|
| |
+ BuildRequires: python3-fedora-messaging >= 1.5.0
|
| |
BuildRequires: python3-alembic
|
| |
BuildRequires: python3-flask
|
| |
BuildRequires: python3-flask-restful
|
| |
@@ -42,7 +42,7 @@
|
| |
BuildRequires: python3-devel
|
| |
BuildRequires: python3-setuptools
|
| |
%else
|
| |
- BuildRequires: fedmsg >= 0.16.2
|
| |
+ BuildRequires: python-fedora-messaging >= 1.5.0
|
| |
BuildRequires: python-alembic >= 0.8.3
|
| |
BuildRequires: python-flask >= 0.10.1
|
| |
BuildRequires: python-flask-restful >= 0.2.11
|
| |
Signed-off-by: Clement Verna cverna@tutanota.com