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].
Users that don't set ``packages``, ``py_modules``, or `configuration`
are still likely to observe the auto-discovery behavior, which may
halt the build if the project contains multiple directories and/or
multiple Python files directly under the project root.
To disable auto discovery, one can do below in setup.py
Reviewed: https:/ /review. opendev. org/c/openstack /tripleo- image-elements/ +/835686 /opendev. org/openstack/ tripleo- image-elements/ commit/ 78a9a1cf6e300ac 356fecea8ef05e1 9b61cebf2e
Committed: https:/
Submitter: "Zuul (22348)"
Branch: stable/ussuri
commit 78a9a1cf6e300ac 356fecea8ef05e1 9b61cebf2e
Author: Sandeep Yadav <email address hidden>
Date: Mon Mar 28 15:18:20 2022 +0530
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].
Users that don't set ``packages``, ``py_modules``, or `configuration`
are still likely to observe the auto-discovery behavior, which may
halt the build if the project contains multiple directories and/or
multiple Python files directly under the project root.
To disable auto discovery, one can do below in setup.py
~~~ setup(. .,packages= [],..)
setuptools.
~~~
or
~~~ setup(. .,py_modules= [],..)
setuptools.
~~~
[1] https:/ /github. com/pypa/ setuptools/ issues/ 3197
Related-Bug: #1966382 0f756cc936ca0fe 7ca6d0ec1d1 0f824b03f387d1d 0c109c55db)
Change-Id: I8db5e382576a82
(cherry picked from commit 0b33e111caf5295