From ae4f184a72af6c241968ef8ad51c9cc599eb4486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Sun, 13 Nov 2016 22:49:04 +0100 Subject: [PATCH] Add dependency to tracer-common (RhBug: 1393279) --- tracer.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tracer.spec b/tracer.spec index 225408f..1646ca3 100644 --- a/tracer.spec +++ b/tracer.spec @@ -49,6 +49,7 @@ BuildRequires: python-beautifulsoup4 BuildRequires: python-psutil BuildRequires: python-pygments BuildRequires: python-lxml +Requires: %{name}-common Requires: rpm-python Requires: python-beautifulsoup4 Requires: python-psutil @@ -67,6 +68,7 @@ BuildRequires: python3-beautifulsoup4 BuildRequires: python3-psutil BuildRequires: python3-pygments BuildRequires: python3-lxml +Requires: %{name}-common Requires: rpm-python3 Requires: python3-beautifulsoup4 Requires: python3-psutil