Merge pull request #250059 from tjni/anki

anki: remove pip from anki-build-python
This commit is contained in:
Theodore Ni
2023-08-18 22:37:36 -07:00
committed by GitHub

View File

@@ -46,7 +46,6 @@ let
};
anki-build-python = python3.withPackages (ps: with ps; [
pip
mypy-protobuf
]);