mirror of
https://opendev.org/x/pyghmi
synced 2025-09-05 09:48:10 +00:00
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
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user