From 7df16c9ce1c4bd6d0c86e17ebd8abe6136b0a7c1a68ff1f547f7edf3a964e0a5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 12 Jan 2021 05:14:30 +0000 Subject: [PATCH] - Add missing BuildRequires/Requires on python-hyperlink OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=50 --- python-autobahn.changes | 5 +++++ python-autobahn.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-autobahn.changes b/python-autobahn.changes index e76b743..3f7998b 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 12 05:13:37 UTC 2021 - Steve Kowalik + +- Add missing BuildRequires/Requires on python-hyperlink + ------------------------------------------------------------------- Tue Jan 5 03:42:59 UTC 2021 - Steve Kowalik diff --git a/python-autobahn.spec b/python-autobahn.spec index 3d44d8b..ee0cf6a 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -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