From 3150bb893088a5e990f6d77ad23bf9a52dad55a0 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 22 Jun 2020 10:13:54 -0400 Subject: [PATCH] Add dateutil requirement for python2 users python3 pulled in dateutil, but python2 did not Change-Id: I3006928d21bcae7a34b8cdb1530e1e72733c862a --- python-pyghmi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 66d7ce28..96ab18bf 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, python2-cryptography +Requires: python2-cryptography >= 2.1, python2-cryptography, python2-dateutil %description -n python2-%{sname} %{common_desc}