anki: remove pip from anki-build-python

This commit is contained in:
Theodore Ni 2023-08-18 16:37:20 -07:00
parent 1133438e97
commit 6a89fda4de
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

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