GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
734 stars 209 forks source link

Travis Builds Failed Due to new Rust Dependency In Cryptography #809

Closed cam-barts closed 3 years ago

cam-barts commented 3 years ago

Example Failed Travis Link

It looks like the cryptography package now requires Rust. This isn't available in the ppc64le travis build architecture. Here is a relevant PR.

There seem to be a couple of routes here. The easy way looks like to explicitly install Rust and update pip, but I suppose you can also set the variable in the Build config.

ryneeverett commented 3 years ago

Thanks for the report. Resolved via #774 by installing rust.