Skip to content

Commit

Permalink
Bug 1787628 - Add looseversion import to configure.py r=firefox-b…
Browse files Browse the repository at this point in the history
…uild-system-reviewers,glandium

Differential Revision: https://phabricator.services.mozilla.com/D155919
  • Loading branch information
ahochheiden committed Aug 30, 2022
1 parent c9be20d commit b4a2cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
sys.path.insert(0, os.path.join(base_dir, "third_party", "python", "packaging"))
sys.path.insert(0, os.path.join(base_dir, "third_party", "python", "pyparsing"))
sys.path.insert(0, os.path.join(base_dir, "third_party", "python", "six"))
sys.path.insert(0, os.path.join(base_dir, "third_party", "python", "looseversion"))
from mach.site import (
CommandSiteManager,
ExternalPythonSite,
Expand Down

0 comments on commit b4a2cfe

Please sign in to comment.