Skip to content

Commit 533a5a6

Browse files
ranade1agl29
authored andcommitted
[multi-python] Fix ImportError GSSAPIProxy requires the Python gssapi library No module named 'decorator'
Change-Id: Id8af5f31894c5ebb971a35cae84e903e75e00ac6 (cherry picked from commit 2d2a30bef7a8d3004b89a2204cbf2834adb442d2)
1 parent 99266a4 commit 533a5a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

desktop/core/generate_requirements.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def __init__(self):
137137
"lxml==4.9.1",
138138
"sasl==0.3.1",
139139
"Markdown==3.8",
140+
"decorator==5.1.1",
140141
],
141142
"3.11": [
142143
"cryptography==42.0.8",
@@ -163,6 +164,7 @@ def __init__(self):
163164
"lxml==4.9.1",
164165
"sasl==0.3.1",
165166
"Markdown==3.8",
167+
"decorator==5.1.1",
166168
],
167169
"3.11": [
168170
"cryptography==42.0.8",

0 commit comments

Comments
 (0)