Merge pull request #175576 from trofi/add-pip-to-moz-phab

moz-phab: add missing 'pip' runtime dependency
This commit is contained in:
Sergei Trofimovich 2022-06-01 17:49:03 +00:00 committed by GitHub
commit 12a7e46859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
# build inputs
, distro
, glean-sdk
, pip
, python-hglib
, sentry-sdk
, setuptools
@ -30,6 +31,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [
distro
glean-sdk
pip
python-hglib
sentry-sdk
setuptools