Disable auto discovery as a workaround

Tripleo-ci jobs are broken after latest release of setuptools 61.0,
details in Releated-Bug.

Trying the workaround as mentioned in [1]

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

Releated-Bug: #1966382
Change-Id: I52f852686b70d5f5d5c387b3253134bb4ccc2766
This commit is contained in:
Brendan Shephard 2022-03-28 14:46:56 +10:00
parent 7e83ddd5b5
commit dab104315f
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ import setuptools
setuptools.setup(
setup_requires=['pbr'],
py_modules=[],
pbr=True)