From 8b1002a18c42e8be45f0e03e7d3526179ef5b648 Mon Sep 17 00:00:00 2001 From: David Kupka Date: Mon, 14 Dec 2015 12:16:33 +0000 Subject: spec file: Add dbus-python to BuildRequires Commit 8d7f67e introduced the need for dbus-python during build time. https://fedorahosted.org/freeipa/ticket/5497 --- freeipa.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index a074c37c4..d8d9f113c 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -98,6 +98,7 @@ BuildRequires: python-six BuildRequires: python-jwcrypto BuildRequires: custodia BuildRequires: libini_config-devel >= 1.2.0 +BuildRequires: dbus-python # Build dependencies for unit tests BuildRequires: libcmocka-devel -- cgit