Closed
Bug 1473063
Opened 6 years ago
Closed 5 years ago
Path to python 2 version of PyYaml hardcoded into virtualenv-packages.txt
Categories
(Testing :: Python Test, enhancement)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ahal, Unassigned)
References
Details
Currently, we install the python 2 version of pyyaml into the virtualenv: https://searchfox.org/mozilla-central/source/build/virtualenv_packages.txt#28 The python 3 version lives at third_party/python/pyyaml/lib3. We'll need some way of handling packages that have separate src dirs for their 2 and 3 code. Maybe we can add a special syntax to virtualenv_packages.txt to only add a package if using a given version of python.
Comment 1•5 years ago
|
||
Looks like this is fixed by https://phabricator.services.mozilla.com/D12706.
Flags: needinfo?(ahal)
Reporter | ||
Comment 2•5 years ago
|
||
Yep, thanks!
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(ahal)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•