mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/httpbin: Strip raven from requirements too
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -35,7 +35,7 @@ index 7f9956b..8e17ef3 100644
|
||||
install_requires=[
|
||||
- 'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotlipy',
|
||||
+ 'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotlicffi',
|
||||
'raven[flask]', 'werkzeug>=0.14.1'
|
||||
'werkzeug>=0.14.1'
|
||||
],
|
||||
)
|
||||
--
|
||||
|
||||
@@ -17,3 +17,15 @@ diff -dupr a/httpbin/core.py b/httpbin/core.py
|
||||
sentry = Sentry(app, dsn=os.environ['SENTRY_DSN'])
|
||||
|
||||
# Set up Bugsnag exception tracking, if desired. To use Bugsnag, install the
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 7f9956b..3cab2ae 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -35,6 +35,6 @@ setup(
|
||||
include_package_data = True, # include files listed in MANIFEST.in
|
||||
install_requires=[
|
||||
'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotlipy',
|
||||
- 'raven[flask]', 'werkzeug>=0.14.1'
|
||||
+ 'werkzeug>=0.14.1'
|
||||
],
|
||||
)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
Reference in New Issue
Block a user