forked from pool/python-sentry-sdk
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
This commit is contained in:
parent
d436a49f84
commit
db09a4965a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 2 12:33:17 UTC 2020 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Add additional and missing requirements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 1 21:41:22 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
Tue Dec 1 21:41:22 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
||||||
|
|
||||||
|
@ -27,26 +27,22 @@ License: BSD-2-Clause
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/getsentry/sentry-python
|
URL: https://github.com/getsentry/sentry-python
|
||||||
Source0: https://github.com/getsentry/sentry-python/archive/%{version}/sentry-python-%{version}.tar.gz
|
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 blinker >= 1.1}
|
||||||
BuildRequires: %{python_module bottle >= 0.12.13}
|
BuildRequires: %{python_module bottle >= 0.12.13}
|
||||||
|
BuildRequires: %{python_module celery >= 3}
|
||||||
BuildRequires: %{python_module certifi}
|
BuildRequires: %{python_module certifi}
|
||||||
BuildRequires: %{python_module executing}
|
BuildRequires: %{python_module executing}
|
||||||
BuildRequires: %{python_module falcon >= 1.4}
|
BuildRequires: %{python_module falcon >= 1.4}
|
||||||
BuildRequires: %{python_module jsonschema}
|
BuildRequires: %{python_module jsonschema}
|
||||||
|
BuildRequires: %{python_module rq >= 0.6}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module tornado >= 5}
|
||||||
BuildRequires: %{python_module urllib3}
|
BuildRequires: %{python_module urllib3}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
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
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Werkzeug}
|
BuildRequires: %{python_module Werkzeug}
|
||||||
BuildRequires: %{python_module eventlet}
|
BuildRequires: %{python_module eventlet}
|
||||||
@ -55,10 +51,40 @@ BuildRequires: %{python_module hypothesis}
|
|||||||
BuildRequires: %{python_module pyramid}
|
BuildRequires: %{python_module pyramid}
|
||||||
BuildRequires: %{python_module pytest-localserver}
|
BuildRequires: %{python_module pytest-localserver}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module rq}
|
|
||||||
BuildRequires: %{python_module tornado}
|
|
||||||
BuildRequires: %{python_module tox}
|
BuildRequires: %{python_module tox}
|
||||||
# /SECTION
|
# /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
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user