Merge "Cleanup py27 support"

This commit is contained in:
Zuul 2022-12-20 19:11:36 +00:00 committed by Gerrit Code Review
commit d1f07ad353
1 changed files with 0 additions and 8 deletions

View File

@ -15,14 +15,6 @@
import setuptools
# In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215
try:
import multiprocessing # noqa
except ImportError:
pass
setuptools.setup(
setup_requires=['pbr>=2.0.0'],
pbr=True)