From db09a4965ab883a97c3faf3148c39d76ce2412cd6edc76555285d5eaa0f3bc11 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 2 Dec 2020 13:44:40 +0000 Subject: [PATCH] Accepting request 852630 from home:ecsos:messenger:matrix Add additional and missing requirements. OBS-URL: https://build.opensuse.org/request/show/852630 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=28 --- python-sentry-sdk.changes | 5 ++++ python-sentry-sdk.spec | 50 +++++++++++++++++++++++++++++---------- 2 files changed, 43 insertions(+), 12 deletions(-) diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index 73395bc..5419b21 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 2 12:33:17 UTC 2020 - ecsos + +- Add additional and missing requirements. + ------------------------------------------------------------------- Tue Dec 1 21:41:22 UTC 2020 - Hans-Peter Jansen diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 5c6b98b..1922daf 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -27,26 +27,22 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/getsentry/sentry-python Source0: https://github.com/getsentry/sentry-python/archive/%{version}/sentry-python-%{version}.tar.gz -BuildRequires: %{python_module Flask >= 0.8} +BuildRequires: %{python_module Flask >= 0.11} +BuildRequires: %{python_module SQLAlchemy >= 1.2} +BuildRequires: %{python_module aiohttp >= 3.5} BuildRequires: %{python_module blinker >= 1.1} BuildRequires: %{python_module bottle >= 0.12.13} +BuildRequires: %{python_module celery >= 3} BuildRequires: %{python_module certifi} BuildRequires: %{python_module executing} BuildRequires: %{python_module falcon >= 1.4} BuildRequires: %{python_module jsonschema} +BuildRequires: %{python_module rq >= 0.6} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module tornado >= 5} BuildRequires: %{python_module urllib3} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Flask >= 0.8 -Requires: python-blinker >= 1.1 -Requires: python-bottle >= 0.12.13 -Requires: python-certifi -Requires: python-executing -Requires: python-falcon >= 1.4 -Requires: python-jsonschema -Requires: python-urllib3 -BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Werkzeug} BuildRequires: %{python_module eventlet} @@ -55,10 +51,40 @@ BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pyramid} BuildRequires: %{python_module pytest-localserver} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module rq} -BuildRequires: %{python_module tornado} BuildRequires: %{python_module tox} # /SECTION +# SECTION extra requirements - which rise up buildtime error or missing in openSUSE +#BuildRequires: %%{python_module Django >= 1.8} +#BuildRequires: %%{python_module sanic >= 0.8} +#BuildRequires: %%{python_module apache-beam >= 2.12} +#BuildRequires: %%{python_module pyspark >= 2.4.4} +#BuildRequires: %%{python_module pure_eval} +#BuildRequires: %%{python_module asttokens} +#BuildRequires: %%{python_module chalice >= 1.16.0} +# /SECTION +Requires: python-Flask >= 0.11 +Requires: python-SQLAlchemy >= 1.2 +Requires: python-aiohttp >= 3.5 +Requires: python-blinker >= 1.1 +Requires: python-bottle >= 0.12.13 +Requires: python-celery >= 3 +Requires: python-certifi +Requires: python-executing +Requires: python-falcon >= 1.4 +Requires: python-jsonschema +Requires: python-rq >= 0.6 +Requires: python-tornado >= 5 +Requires: python-urllib3 +# SECTION extra requirements - which rise up buildtime error or missing in openSUSE +#Requires: python-Django >= 1.8 +#Requires: python-sanic >= 0.8 +#Requires: python-apache-beam >= 2.12 +#Requires: python-pyspark >= 2.4.4 +#Requires: python-pure_eval +#Requires: python-asttokens +#Requires: python-chalice >= 1.16.0 +# /SECTION +BuildArch: noarch %python_subpackages %description