python3packages.pyghmi: remove six from dependencies

This commit is contained in:
codgician
2026-05-03 00:17:40 +08:00
parent 4e1953f441
commit 0a91586314
@@ -5,7 +5,6 @@
setuptools,
cryptography,
python-dateutil,
six,
pbr,
coverage,
oslotest,
@@ -36,8 +35,6 @@ buildPythonPackage rec {
dependencies = [
cryptography
python-dateutil
six
pbr
];
pythonImportsCheck = [ "pyghmi" ];