From 33bcb9a5de0d544abb482e06fc363e57507924b2 Mon Sep 17 00:00:00 2001 From: Bryan Quigley Date: Wed, 8 Apr 2020 13:13:25 -0700 Subject: [global] Drop use of python six and other 2.X bits Resolves: #2006 Signed-off-by: Bryan Quigley --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6eab75a8..c633953b 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,6 @@ setup(name='sos', ], packages=['sos', 'sos.report.plugins', 'sos.policies', 'sos.report'], cmdclass={'build': BuildData, 'install_data': InstallData}, - requires=['six', 'futures'], ) -- cgit