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
@@ -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