Disable setup.py auto discovery

Tripleo-ci jobs are broken after latest release of setuptools 61.0
because of breaking changes which are not backwork compatible,
details in related bug and [1].

[1] https://github.com/pypa/setuptools/issues/3197

Related-Bug: #1966382
Change-Id: Id60e8bc882f6c7944f89333fb539f6800ef43725
This commit is contained in:
Luigi Toscano 2022-07-11 18:09:10 +02:00
parent 30d23d5152
commit c9831b59fd
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ import setuptools
setuptools.setup(
long_description_content_type='text/markdown',
setup_requires=['pbr'],
py_modules=[],
pbr=True)