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
commit 50a4d6349c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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