소스 검색

[multi-python] Fix ImportError GSSAPIProxy requires the Python gssapi library No module named 'decorator'

Change-Id: Id8af5f31894c5ebb971a35cae84e903e75e00ac6
(cherry picked from commit 2d2a30bef7a8d3004b89a2204cbf2834adb442d2)
Prakash Ranade 9 달 전
부모
커밋
533a5a6578
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      desktop/core/generate_requirements.py

+ 2 - 0
desktop/core/generate_requirements.py

@@ -137,6 +137,7 @@ class RequirementsGenerator:
                 "lxml==4.9.1",
                 "sasl==0.3.1",
                 "Markdown==3.8",
+                "decorator==5.1.1",
             ],
             "3.11": [
                 "cryptography==42.0.8",
@@ -163,6 +164,7 @@ class RequirementsGenerator:
                 "lxml==4.9.1",
                 "sasl==0.3.1",
                 "Markdown==3.8",
+                "decorator==5.1.1",
             ],
             "3.11": [
                 "cryptography==42.0.8",