Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:saltstack:bundle:next:python311:Debian11
venv-salt-minion
make-setup.py-script-to-not-require-setuptools-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File make-setup.py-script-to-not-require-setuptools-9.1.patch of Package venv-salt-minion
From d2b4c8170d7ff30bf33623fcbbb6ebb6d7af934e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?= <psuarezhernandez@suse.com> Date: Wed, 25 Mar 2020 13:09:52 +0000 Subject: [PATCH] Make setup.py script to not require setuptools > 9.1 --- setup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.py b/setup.py index e60f1b7085..8ca8a66d45 100755 --- a/setup.py +++ b/setup.py @@ -632,14 +632,6 @@ class Install(install): install.finalize_options(self) def run(self): - if LooseVersion(setuptools.__version__) < LooseVersion("9.1"): - sys.stderr.write( - "\n\nInstalling Salt requires setuptools >= 9.1\n" - "Available setuptools version is {}\n\n".format(setuptools.__version__) - ) - sys.stderr.flush() - sys.exit(1) - # Let's set the running_salt_install attribute so we can add # _version.txt in the build command self.distribution.running_salt_install = True -- 2.39.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor