Skip to content
Snippets Groups Projects
Verified Commit 8559d035 authored by sunpoet's avatar sunpoet
Browse files

deskutils/virt-manager: Fix build with setuptools 61.0.0+

With hat:	python
parent 193550c2
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,11 @@
'configure': configure,
@@ -547,4 +544,7 @@ setuptools.setup(
},
distclass=VMMDistribution,
+
+ # Declare packages explicitly so that setuptools does not attempt auto discovery
+ packages=[],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment