From 7a345164d277984b0982b0ad9f75e1487a99fdb2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 8 Nov 2021 17:12:14 +0100 Subject: Sync requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id6fc0ff83663988b7d6e5058f067bf0c48005a78 Signed-off-by: Cédric Ollivier --- setup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.py b/setup.py index 566d8443..f63cc23c 100644 --- a/setup.py +++ b/setup.py @@ -16,14 +16,6 @@ # THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT 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) -- cgit 1.2.3-korg