File: fix-requirements-to-allow-python3-cryptography-38.patch

package info (click to toggle)
octavia 16.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,172 kB
  • sloc: python: 99,766; sh: 2,437; pascal: 450; makefile: 114; ruby: 18
file content (17 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix requirements.txt to allow python3-cryptography 38
 This is necessary for bookworm backporting.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2024-09-18

--- octavia-15.0.0~rc1.orig/requirements.txt
+++ octavia-15.0.0~rc1/requirements.txt
@@ -51,7 +51,7 @@ python-dateutil>=2.7.0 # BSD
 
 #for the amphora api
 Flask!=0.11,>=0.10 # BSD
-cryptography>=42.0.0 # BSD/Apache-2.0
+cryptography>=38.0.0 # BSD/Apache-2.0
 pyroute2>=0.5.14;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
 gunicorn>=19.9.0 # MIT
 Werkzeug>=0.14.1 # BSD License