Remove six

Because Python 2 support was removed, we no longer need the six
library which is used to make our code compatible with both Python 2
and Python 3.

Change-Id: I9c956ec5623a58fceff6854a878b4b48197c1ff3
This commit is contained in:
Takashi Kajinami
2022-07-01 19:09:45 +09:00
parent 10460e0c14
commit 05de67a535
9 changed files with 23 additions and 32 deletions

View File

@@ -5,4 +5,3 @@ docutils>=0.11
pyOpenSSL>=16.2.0
netifaces
distro
six