Merge "Cleanup py27 support"

This commit is contained in:
Zuul
2022-12-20 19:11:36 +00:00
committed by Gerrit Code Review

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)