From d975523fd6f4efa4f89c9db51cada8369b28f96cab7535a1e188797d97daf8c7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2023 20:11:16 +0000 Subject: [PATCH] Accepting request 1092311 from home:ecsos:python - Add %{?sle15_python_module_pythons} OBS-URL: https://build.opensuse.org/request/show/1092311 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=43 --- python-falcon.changes | 5 +++++ python-falcon.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-falcon.changes b/python-falcon.changes index d5dfbeb..7c730cb 100644 --- a/python-falcon.changes +++ b/python-falcon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 11 13:33:16 UTC 2023 - ecsos + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Mon Jan 16 12:51:53 UTC 2023 - Daniel Garcia diff --git a/python-falcon.spec b/python-falcon.spec index 9ed6706..eebd312 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -17,6 +17,7 @@ %define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-falcon Version: 3.1.1 Release: 0 @@ -32,8 +33,10 @@ Patch0: python-falcon-sphinx-pygments-style.patch BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module ddt} +BuildRequires: %{python_module httpx} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sphinx-tabs} +BuildRequires: %{python_module websockets} # TODO: Cython support #BuildRequires: %%{python_module Cython} # SECTION test requirements