contrib/rpm: BR pexpect

Unit tests need this to run.

Fixes: 9570224e86 ('tests/client: add a pexpect-based test runner')

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1285
This commit is contained in:
Lubomir Rintel 2022-07-01 16:47:45 +02:00 committed by Thomas Haller
parent 287a34990a
commit 47d14bced8
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -302,10 +302,12 @@ BuildRequires: /usr/bin/dbus-launch
BuildRequires: python3
BuildRequires: python3-gobject-base
BuildRequires: python3-dbus
BuildRequires: python3-pexpect
%else
BuildRequires: python2
BuildRequires: pygobject3-base
BuildRequires: dbus-python
BuildRequires: pexpect
%endif
BuildRequires: libselinux-devel
BuildRequires: polkit-devel