qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: John Snow
Subject: [PATCH v2 16/72] python: add optional fuse dependency
Date: Tue, 3 Nov 2020 19:35:06 -0500

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 --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
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]