mirror of
https://opendev.org/x/pyghmi
synced 2024-12-25 12:41:37 +00:00
Add dateutil requirement for python2 users
python3 pulled in dateutil, but python2 did not Change-Id: I3006928d21bcae7a34b8cdb1530e1e72733c862a
This commit is contained in:
parent
583e8418d3
commit
3150bb8930
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user