From 2240426e91472380abd8f611980cc2bc3595beab Mon Sep 17 00:00:00 2001 From: Joerg Steffens Date: Sat, 26 Sep 2015 14:18:32 +0200 Subject: add rpm dependency for python-dateutil --- packaging/python-bareos.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/python-bareos.spec b/packaging/python-bareos.spec index b8ddf85..bf5a997 100644 --- a/packaging/python-bareos.spec +++ b/packaging/python-bareos.spec @@ -31,10 +31,12 @@ BuildRoot: %{_tmppath}/%{name}-root %if %{with python2} BuildRequires: python-devel BuildRequires: python-setuptools +Requires: python-dateutil %endif %if %{with python3} BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-dateutil %endif %if %noarch BuildArch: noarch -- cgit v1.2.3