Unverified Commit d8374995 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.pyopnsense: remove six

parent 2b0c45f1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
, pytestCheckHook
, pythonOlder
, requests
, six
}:

buildPythonPackage rec {
@@ -24,7 +23,6 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    pbr
    six
    requests
  ];