Disable 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

Change-Id: Id3bc11920e28a0e73279ed74586b0b09623a639d
Related-Bug: #1966382
changes/82/838282/1
Marios Andreou 2022-04-18 10:28:29 +03:00
parent ee446b7f40
commit 178bca5941
1 changed files with 2 additions and 1 deletions

View File

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