setup: add bits for setuptools-61

Quoting https://github.com/pypa/setuptools/issues/3227
"Setuptools >= 61, intentionally changes the way packages are built in the
 sensec that it will try to find files and fail if something is weird.

 Empty packages (like this one), are asked to explicitly add packages=[]
 to their configuration.

 This intentional change in behaviour is described in
 https://setuptools.pypa.io/en/latest/history.html#v61-0-0."

Bug: https://bugs.gentoo.org/836645
Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com>
This commit is contained in:
Peter Alfredsen 2022-04-05 22:04:20 +02:00 committed by Cole Robinson
parent c61074191d
commit 46dc061630
1 changed files with 1 additions and 0 deletions

View File

@ -547,4 +547,5 @@ setuptools.setup(
},
distclass=VMMDistribution,
packages=[],
)