Closed Bug 1800794 Opened 3 years ago Closed 3 years ago

Please upload `jinxed>=1.1.0` to Mozilla's internal PyPi mirror

Categories

(Release Engineering :: General, task)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ahochheiden, Assigned: gbrown)

References

Details

Follow up to bug 1800698.

blessed also has a dependency on jinxed>=1.1.0 and that is the only one missing that's not already on Mozilla's internal PyPi mirror.

https://treeherder.mozilla.org/logviewer?job_id=396644332&repo=try&lineNumber=1556

Here's the full list:

Requires-Dist: wcwidth (>=0.1.4)
Requires-Dist: six (>=1.9.0)
Requires-Dist: jinxed (>=1.1.0) ; platform_system == "Windows"
Requires-Dist: ordereddict (==1.1) ; python_version < "2.7"
Requires-Dist: backports.functools-lru-cache (>=1.2.1) ; python_version < "3.2"

I see:
wcwidth-0.1.7 which is good.
six-1.9.0 which is good.
jinxed is missing.
ordereddict-1.1 which is good, but we don't anyway need it since we're on Python3.6 (at the minimum).
backports.functools-lru-cache is missing, but we don't need it anyway since we're on Python3.6 (at the minimum).

Assignee: nobody → gbrown
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Blocks: 1837663
You need to log in before you can comment on or make changes to this bug.