diff mbox series

[v2,16/72] python: add optional fuse dependency

Message ID 20201104003602.1293560-17-jsnow@redhat.com
State New
Headers show
Series [v2,01/72] python/qmp: Add qom script rewrites | expand

Commit Message

John Snow Nov. 4, 2020, 12:35 a.m. UTC
This can be opted into by installing "qemu[fuse]" instead of just
"qemu". The package ought to work perfectly well with or without it.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 python/setup.cfg | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/python/setup.cfg b/python/setup.cfg
index 908e53527ddc..4e1c638d72d5 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -29,6 +29,10 @@  devel =
     pytest >= 3.0.0
     fusepy >= 2.0.4
 
+# Provides qom-fuse functionality
+fuse =
+    fusepy >= 2.0.4
+
 [options.entry_points]
 console_scripts =
     qom = qemu.qmp.qom:main