Unverified Commit 6a89fda4 authored by Theodore Ni's avatar Theodore Ni
Browse files

anki: remove pip from anki-build-python

parent 1133438e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ let
  };

  anki-build-python = python3.withPackages (ps: with ps; [
    pip
    mypy-protobuf
  ]);