Skip to content

Commit 0ad2739

Browse files
authored
Merge pull request #33 from cloudify-incubator/re-release-rhel8
bump libvirt version for rhel8
2 parents fc7ddb7 + dc66043 commit 0ad2739

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

constraints.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
libvirt-python==4.5.0
21
cloudify-common>=4.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
install_requires=[
3535
'cloudify-common>=4.5.0',
3636
# libvirt-6.0 requires python3
37-
'libvirt-python==7.10',
37+
'libvirt-python==8.5.0',
3838
# cdrom create code
3939
"cloudify-utilities-plugins-sdk>=0.0.27",
4040
],

0 commit comments

Comments
 (0)