mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1738947 - Fix path to virtualenv.py. r=mhentges a=graft
It was moved in bug 1732948. Differential Revision: https://phabricator.services.mozilla.com/D130195
This commit is contained in:
parent
65194e6db4
commit
c07bc6a218
@ -1131,7 +1131,7 @@ def config_status_deps(build_env, build_project):
|
||||
os.path.join(topsrcdir, "build", "build_virtualenv_packages.txt"),
|
||||
os.path.join(topsrcdir, "build", "common_virtualenv_packages.txt"),
|
||||
os.path.join(topsrcdir, "build", "mach_virtualenv_packages.txt"),
|
||||
os.path.join(topsrcdir, "python", "mozbuild", "mozbuild", "virtualenv.py"),
|
||||
os.path.join(topsrcdir, "python", "mach", "mach", "virtualenv.py"),
|
||||
os.path.join(topsrcdir, "aclocal.m4"),
|
||||
os.path.join(topsrcdir, "old-configure.in"),
|
||||
os.path.join(topsrcdir, "js", "src", "aclocal.m4"),
|
||||
|
Loading…
Reference in New Issue
Block a user