contrib: no longer install libuuid as build dependency

We no longer need it. Only for build.sh script we require `uuidgen`
from util-linux package.
This commit is contained in:
Thomas Haller 2021-05-26 19:21:39 +02:00
parent e1d40d89f0
commit c0a3947ff9
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
3 changed files with 1 additions and 3 deletions

View file

@ -73,7 +73,6 @@ install \
python3-pip \
python3-setuptools \
udev \
uuid-dev \
valgrind \
\
#end

View file

@ -65,7 +65,6 @@ install \
libndp-devel \
libselinux-devel \
libtool \
libuuid-devel \
make \
meson \
mobile-broadband-provider-info-devel \
@ -80,6 +79,7 @@ install \
rpm-build \
systemd-devel \
teamd-devel \
util-linux \
vala-devel \
vala-tools \
valgrind \

View file

@ -254,7 +254,6 @@ BuildRequires: audit-libs-devel
BuildRequires: gtk-doc
%endif
BuildRequires: libudev-devel
BuildRequires: libuuid-devel
BuildRequires: /usr/bin/valac
BuildRequires: libxslt
%if %{with bluetooth}