python3Packages.pyghmi: remove unnecessary dependencies (#515903)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user