From 60f31bb6712cafba91637e46df0fcc48754a9e36 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 3 Jun 2020 07:37:34 -0400 Subject: [PATCH] Add dateutil dependency While confluent does pull in dateutil, pyghmi itself depends upon it, so it should pull it in as well. Change-Id: I3af963f14451bf6efac0c74981c6644df9950d05 --- python-pyghmi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 24d144c7..66d7ce28 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -33,7 +33,7 @@ BuildRequires: python2-devel BuildRequires: python2-pbr BuildRequires: python2-setuptools -Requires: python2-cryptography >= 2.1 +Requires: python2-cryptography >= 2.1, python2-cryptography %description -n python2-%{sname} %{common_desc} @@ -55,7 +55,7 @@ BuildRequires: python3-devel BuildRequires: python3-pbr BuildRequires: python3-setuptools -Requires: python3-cryptography >= 2.1 +Requires: python3-cryptography >= 2.1, python3-dateutil %description -n python3-%{sname} %{common_desc}