mirror of
https://github.com/YunoHost-Apps/mygpo_ynh.git
synced 2024-09-03 19:55:52 +02:00
Add a patch to install a specific gevent version for bookworm
This commit is contained in:
parent
ef6884f9c6
commit
66e7224dd8
1 changed files with 10 additions and 0 deletions
10
sources/patches/main-02-requirements-setup.txt.patch
Normal file
10
sources/patches/main-02-requirements-setup.txt.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
diff --git a/requirements-setup.txt b/requirements-setup.txt
|
||||||
|
index 18ec5499..8c58b6cc 100644
|
||||||
|
--- a/requirements-setup.txt
|
||||||
|
+++ b/requirements-setup.txt
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
|
envdir
|
||||||
|
-gevent==21.12.0
|
||||||
|
+gevent==23.9.1
|
||||||
|
sentry-sdk==1.9.10
|
||||||
|
\ No newline at end of file
|
Loading…
Add table
Reference in a new issue