Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2015-09-26 15:18:32 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2015-09-26 15:18:32 +0300
commit2240426e91472380abd8f611980cc2bc3595beab (patch)
tree266bfb274a1eeba4723872236b05cdfba4f19262
parent751a8f943dd5aae9dfa5edadb07f89d68fab6c64 (diff)
add rpm dependency for python-dateutil
-rw-r--r--packaging/python-bareos.spec2
1 files changed, 2 insertions, 0 deletions
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