Add dateutil requirement for python2 users

python3 pulled in dateutil, but python2 did not

Change-Id: I3006928d21bcae7a34b8cdb1530e1e72733c862a
This commit is contained in:
Jarrod Johnson 2020-06-22 10:13:54 -04:00
parent 583e8418d3
commit 3150bb8930
1 changed files with 1 additions and 1 deletions

View File

@ -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}