diff options
author | yatin <ykarel@redhat.com> | 2018-02-08 11:05:09 +0530 |
---|---|---|
committer | yatin <ykarel@redhat.com> | 2018-02-08 11:09:36 +0530 |
commit | 44b372caf21a83fc681257bb85c862ba09df6549 (patch) | |
tree | 566ff3f8232c79b679760f66a01477c4be1e74d8 | |
parent | e6858c5e8310412fc0821cadb50be567c8403e44 (diff) |
Add tooz and oslo-messaging as dependency
Upstream added it in https://review.openstack.org/#/c/524709/.
Also add missing oslo-utils dependency.
Change-Id: I685346d1ab741cba5ce9df5c55ea22eb645d1732
-rw-r--r-- | python-networking-baremetal.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python-networking-baremetal.spec b/python-networking-baremetal.spec index 99072dd..d9f7788 100644 --- a/python-networking-baremetal.spec +++ b/python-networking-baremetal.spec @@ -21,6 +21,8 @@ BuildRequires: python-pbr # for documentation BuildRequires: python-openstackdocstheme BuildRequires: python-sphinx +BuildRequires: python-tooz +BuildRequires: python-oslo-messaging # for unit tests BuildRequires: /usr/bin/ostestr BuildRequires: python-mock @@ -90,6 +92,9 @@ Requires: python-neutron-lib >= 1.11.0 Requires: python-oslo-config >= 5.1.0 Requires: python-oslo-log >= 3.30.0 Requires: python-oslo-service +Requires: python-tooz >= 1.58.0 +Requires: python-oslo-messaging >= 5.29.0 +Requires: python-oslo-utils >= 3.33.0 %{?systemd_requires} %package doc |