#5 Add missing req for python3-pbr
Merged 5 years ago by amoralej. Opened 5 years ago by jeckersb.
rpms/ jeckersb/python-etcd3gw add-pbr  into  master

file modified
+5 -1
@@ -10,7 +10,7 @@ 

  

  Name:           python-%{srcname}

  Version:        0.2.4

- Release:        5%{?dist}

+ Release:        6%{?dist}

  Summary:        An etcd3 gateway Python client

  

  License:        ASL 2.0
@@ -52,6 +52,7 @@ 

  BuildRequires:  python3-requests

  

  Requires: python3-futurist

+ Requires: python3-pbr

  Requires: python3-requests

  Requires: python3-six

  
@@ -116,6 +117,9 @@ 

  

  

  %changelog

+ * Tue Mar  5 2019 John Eckersberg <eck@redhat.com> - 0.2.4-6

+ - Add missing req for python3-pbr

+ 

  * Tue Mar 05 2019 Eric Harney <eharney@redhat.com> - 0.2.4-5

  - Add missing reqs for python3

  

no initial comment

Pull-Request has been merged by amoralej

5 years ago