python311Packages.pyopnsense: remove six

This commit is contained in:
Fabian Affolter 2023-06-21 11:26:30 +02:00 committed by GitHub
parent 2b0c45f123
commit d837499581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@
, pytestCheckHook
, pythonOlder
, requests
, six
}:
buildPythonPackage rec {
@ -24,7 +23,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pbr
six
requests
];