We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac205c commit 74faba5Copy full SHA for 74faba5
python311.patch
@@ -0,0 +1,17 @@
1
+diff --git a/setup.py b/setup.py
2
+index 5778b32..6af4539 100644
3
+--- a/setup.py
4
++++ b/setup.py
5
+@@ -45,10 +45,10 @@ setup(
6
+ ]
7
+ },
8
+ install_requires=[
9
+- 'cloudify-common>=4.5.0',
10
++ 'cloudify-common>=7.0.0',
11
+ # libvirt-6.0 requires python3
12
+ 'libvirt-python==8.5.0',
13
+ # cdrom create code
14
+- "cloudify-utilities-plugins-sdk>=0.0.27",
15
++ "cloudify-utilities-plugins-sdk>=0.0.127",
16
+ ],
17
+ )
0 commit comments