diff options
Diffstat (limited to '')
-rw-r--r-- | deskutils/virt-manager/files/patch-setup.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/deskutils/virt-manager/files/patch-setup.py b/deskutils/virt-manager/files/patch-setup.py index 243036a919ad..3f2a86682ea2 100644 --- a/deskutils/virt-manager/files/patch-setup.py +++ b/deskutils/virt-manager/files/patch-setup.py @@ -32,11 +32,3 @@ 'configure': configure, -@@ -547,4 +544,7 @@ setuptools.setup( - }, - - distclass=VMMDistribution, -+ -+ # Declare packages explicitly so that setuptools does not attempt auto discovery -+ packages=[], - ) |