From ab02fd34b22ffae081c98f3019de98932777736f Mon Sep 17 00:00:00 2001 From: David Parker Date: Thu, 21 May 2026 01:32:40 +0100 Subject: [PATCH] [patch] Add setuptools to dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8e6a9cd..409770ca 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ def get_version(rel_path): 'openshift', # Apache Software License 'kubernetes', # Apache Software License 'kubeconfig', # BSD License + 'setuptools', # MIT License (required to install kubeconfig) 'jinja2', # BSD License 'jinja2-base64-filters', # MIT License 'semver', # BSD License @@ -69,7 +70,6 @@ def get_version(rel_path): 'pytest', # MIT License 'pytest-mock', # MIT License 'requests-mock', # Apache Software License - 'setuptools', # MIT License ], 'docs': [ 'mkdocs', # BSD License