Add (Build)Requires: python3-distro
This commit is contained in:
parent
414e6c4d01
commit
480fbc65fa
@ -39,6 +39,8 @@ BuildRequires: systemd
|
|||||||
# For tests
|
# For tests
|
||||||
BuildRequires: iproute
|
BuildRequires: iproute
|
||||||
BuildRequires: python3-configobj
|
BuildRequires: python3-configobj
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1695953
|
||||||
|
BuildRequires: python3-distro
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1417029
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1417029
|
||||||
BuildRequires: python3-httpretty >= 0.8.14-2
|
BuildRequires: python3-httpretty >= 0.8.14-2
|
||||||
BuildRequires: python3-jinja2
|
BuildRequires: python3-jinja2
|
||||||
@ -64,6 +66,8 @@ Requires: net-tools
|
|||||||
Requires: policycoreutils-python3
|
Requires: policycoreutils-python3
|
||||||
Requires: procps
|
Requires: procps
|
||||||
Requires: python3-configobj
|
Requires: python3-configobj
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1695953
|
||||||
|
Requires: python3-distro
|
||||||
Requires: python3-jinja2
|
Requires: python3-jinja2
|
||||||
Requires: python3-jsonpatch
|
Requires: python3-jsonpatch
|
||||||
Requires: python3-jsonschema
|
Requires: python3-jsonschema
|
||||||
@ -163,6 +167,7 @@ nosetests-%{python3_version} tests/unittests/
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 23 2019 Björn Esser <besser82@fedoraproject.org> - 17.1-10
|
* Tue Apr 23 2019 Björn Esser <besser82@fedoraproject.org> - 17.1-10
|
||||||
- Add patch to replace platform.dist() [RH:1695953]
|
- Add patch to replace platform.dist() [RH:1695953]
|
||||||
|
- Add (Build)Requires: python3-distro
|
||||||
|
|
||||||
* Tue Apr 23 2019 Björn Esser <besser82@fedoraproject.org> - 17.1-9
|
* Tue Apr 23 2019 Björn Esser <besser82@fedoraproject.org> - 17.1-9
|
||||||
- Fix %%systemd_postun macro [RH:1695953]
|
- Fix %%systemd_postun macro [RH:1695953]
|
||||||
|
Loading…
Reference in New Issue
Block a user