15
0

Accepting request 862473 from devel:languages:python

- Add missing BuildRequires/Requires on python-hyperlink

OBS-URL: https://build.opensuse.org/request/show/862473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autobahn?expand=0&rev=18
This commit is contained in:
2021-01-13 17:20:01 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 12 05:13:37 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires/Requires on python-hyperlink
-------------------------------------------------------------------
Tue Jan 5 03:42:59 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -43,6 +43,7 @@ BuildRequires: %{python_module cbor2 >= 4.1.2}
BuildRequires: %{python_module cffi >= 1.11.5}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module flatbuffers >= 1.10}
BuildRequires: %{python_module hyperlink >= 20.0.1}
BuildRequires: %{python_module lz4 >= 0.7.0}
BuildRequires: %{python_module mock >= 1.3.0}
BuildRequires: %{python_module msgpack >= 0.6.1}
@@ -70,6 +71,7 @@ Requires: python-cbor >= 1.0.0
Requires: python-cbor2 >= 4.1.2
Requires: python-cffi >= 1.11.5
Requires: python-flatbuffers >= 1.10
Requires: python-hyperlink >= 20.0.1
Requires: python-lz4 >= 0.7.0
Requires: python-msgpack >= 0.6.1
Requires: python-passlib >= 1.7.1