Closed Bug 1022069 Opened 10 years ago Closed 10 years ago

peep complaining about boto dependency on ubuntu

Categories

(Socorro :: Infra, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lonnen, Unassigned)

Details

When we install boto on vagrant or jenkins we're handed `boto-2.28.0.tar.gz`. When I install it on an ubuntu VM I'm handed `boto-2.28.0-py2.py3-none-any.whl`, which has a different SHA causes peep to fail it.
(In reply to Chris Lonnen :lonnen from comment #0)
> When we install boto on vagrant or jenkins we're handed
> `boto-2.28.0.tar.gz`. When I install it on an ubuntu VM I'm handed
> `boto-2.28.0-py2.py3-none-any.whl`, which has a different SHA causes peep to
> fail it.

We have a similar case with mock where sometimes we get the tarball and sometimes we get the zip, and it was solved like this (from requirements.txt):

# mock has both a zip and a tarball available, and which one we get is random.
# sha256: lvpN706AIAvoJ8P1EUfdez-ohzuSB-MyXUe6Rb8ppcE
# sha256: 6QTt-5DahBKcBiUs06BfkLTuvBu1uF7pblb_bPaUONU
mock==0.8.0

Does that work here too?
Commits pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/84ebd9877e7ced6118e6782154f9a61fd5355a69
bug 1022069 - sometimes boto is delivered in wheel format

https://github.com/mozilla/socorro/commit/cce3c85a2f557a785aff4b49f806b63a3659055b
Merge pull request #2093 from lonnen/bug1022069

bug 1022069 - sometimes boto is delivered in wheel format
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88
You need to log in before you can comment on or make changes to this bug.