Add grpcio extra metapackage and test dependency
This commit is contained in:
parent
a1caf90759
commit
6e6354c108
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: python-sentry-sdk
|
Name: python-sentry-sdk
|
||||||
Version: 1.22.1
|
Version: 1.22.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The new Python SDK for Sentry.io
|
Summary: The new Python SDK for Sentry.io
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -25,6 +25,7 @@ BuildRequires: python3dist(fastapi)
|
||||||
BuildRequires: python3dist(flask)
|
BuildRequires: python3dist(flask)
|
||||||
BuildRequires: python3dist(flask-login)
|
BuildRequires: python3dist(flask-login)
|
||||||
BuildRequires: python3dist(gevent)
|
BuildRequires: python3dist(gevent)
|
||||||
|
BuildRequires: python3dist(grpcio)
|
||||||
BuildRequires: python3dist(httpx)
|
BuildRequires: python3dist(httpx)
|
||||||
BuildRequires: python3dist(jsonschema)
|
BuildRequires: python3dist(jsonschema)
|
||||||
BuildRequires: python3dist(mock)
|
BuildRequires: python3dist(mock)
|
||||||
|
@ -81,6 +82,7 @@ Summary: %{summary}
|
||||||
fastapi
|
fastapi
|
||||||
pymongo
|
pymongo
|
||||||
opentelemetry
|
opentelemetry
|
||||||
|
grpcio
|
||||||
}
|
}
|
||||||
%pyproject_extras_subpkg -n python3-sentry-sdk %_extras
|
%pyproject_extras_subpkg -n python3-sentry-sdk %_extras
|
||||||
|
|
||||||
|
@ -170,6 +172,9 @@ sed -i '/assert event\["_meta"\]/i\ \ \ \ if not event["_meta"]["extra"]: event[
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.22.1-2
|
||||||
|
- Add grpcio extra metapackage and test dependency
|
||||||
|
|
||||||
* Mon May 08 2023 Roman Inflianskas <rominf@aiven.io> - 1.22.1-1
|
* Mon May 08 2023 Roman Inflianskas <rominf@aiven.io> - 1.22.1-1
|
||||||
- Update to 1.22.1 (resolve rhbz#2193365)
|
- Update to 1.22.1 (resolve rhbz#2193365)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue