Skip to content

Commit 3d06282

Browse files
bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)
(cherry picked from commit 3764069) Co-authored-by: Pablo Galindo <[email protected]>
1 parent f02c304 commit 3d06282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/peg_generator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ regen-metaparser: pegen/metagrammar.gram pegen/*.py
4646
venv:
4747
$(PYTHON) -m venv $(VENVDIR)
4848
$(VENVPYTHON) -m pip install -U pip setuptools
49-
$(VENVPYTHON) -m pip install -U memory_profiler
49+
$(VENVPYTHON) -m pip install -r requirements.pip
5050
@echo "The venv has been created in the $(VENVDIR) directory"
5151

5252
test: run

0 commit comments

Comments
 (0)