Skip to content

Commit 74faba5

Browse files
committed
add python311.patch
1 parent aac205c commit 74faba5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

python311.patch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)