From a34b9abde4069d18ea216b8dc5880e69a049f665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret?= Date: Sat, 21 Apr 2018 11:45:43 +0200 Subject: [PATCH] Add missing python-setuptools dependency --- rpm_spec/core-agent.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpm_spec/core-agent.spec.in b/rpm_spec/core-agent.spec.in index d36b7a2..c73f373 100644 --- a/rpm_spec/core-agent.spec.in +++ b/rpm_spec/core-agent.spec.in @@ -152,6 +152,9 @@ BuildRequires: libX11-devel BuildRequires: qubes-utils-devel >= 3.1.3 BuildRequires: qubes-libvchan-@BACKEND_VMM@-devel BuildRequires: pam-devel +%if 0%{?rhel} >= 7 +BuildRequires: python-setuptools +%endif Source0: %{name}-%{version}.tar.gz %description