mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
Update build requirements on twine
On Fedora >= 29 the command 'twine' is provied by the twine package. On F28 it's in python3-twine. F30 no longer has python3-twine. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
93fb037d84
commit
d4d0b8a046
@ -195,7 +195,11 @@ BuildRequires: python3-six
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: python3-tox
|
||||
%if 0%{?fedora} <= 28
|
||||
BuildRequires: python3-twine
|
||||
%else
|
||||
BuildRequires: twine
|
||||
%endif
|
||||
BuildRequires: python3-wheel
|
||||
%endif # with_wheels
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user