diff options
author | Aravinda VK <avishwan@redhat.com> | 2017-12-28 14:04:50 +0530 |
---|---|---|
committer | Aravinda VK <avishwan@redhat.com> | 2017-12-28 14:26:54 +0530 |
commit | 33c39e5dce3bc941d8e26c98d91f8ddab9505b73 (patch) | |
tree | bca27b06d61a213c51e45d2e63d5cdd477c67eec /glusterfs.spec.in | |
parent | 3f0405f3ee81e05666116720c4f136403f778188 (diff) |
eventsapi: JWT signing without external dependency
Added support for JWT signing without using python-jwt since it is not
available in all the distributions.
BUG: 1529463
Change-Id: I95699055442fbf9da15249f5defe8a8b287010f1
Signed-off-by: Aravinda VK <avishwan@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 2556b691ac1..2dbd013c1d9 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -638,9 +638,9 @@ Requires: %{name}-server%{?_isa} = %{version}-%{release} Requires: python2 python-prettytable Requires: python2-gluster = %{version}-%{release} %if ( 0%{?rhel} ) -Requires: python-requests python-jwt +Requires: python-requests %else -Requires: python2-requests python2-jwt +Requires: python2-requests %endif %if ( 0%{?rhel} && 0%{?rhel} < 7 ) Requires: python-argparse |