diff options
author | Bryan Quigley <bryan.quigley@canonical.com> | 2020-04-08 13:13:25 -0700 |
---|---|---|
committer | Bryan Quigley <bryan.quigley@canonical.com> | 2020-04-09 11:22:44 -0700 |
commit | 33bcb9a5de0d544abb482e06fc363e57507924b2 (patch) | |
tree | 1547bb4fa6add19180d26a3b8597fa34c1b1d6ef /setup.py | |
parent | 902f1269500808c1a780eec46e2dc4f34be876fd (diff) | |
download | sos-33bcb9a5de0d544abb482e06fc363e57507924b2.tar.gz |
[global] Drop use of python six and other 2.X bits
Resolves: #2006
Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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'], ) |