[cryptography] updated to 2.6.1#1761
Conversation
|
LGTM, but conditional build is failing. I think it's time to add I assumed this is why it was failing, but I'm giving a try locally now and it seems to still fail on Docker even with that system dependency. I'll take a further look soon |
|
So it should actually reference to the local |
|
So it looks like a bug with the dependency resolution, we'll be tracking it here #1764 |
AndreMiras
left a comment
There was a problem hiding this comment.
OK so after investigating it's because we need our conditional recipe build to use testapps/setup_testapp_python3_sqlite_openssl.py rather than testapps/setup_testapp_python3.py.
So @goffi-contrib would you mind updating ci/rebuild_updated_recipes.py and replace setup_testapp_python3.py by setup_testapp_python3_sqlite_openssl.py?
also updated `ci/rebuild_updated_recipes.py` to pass the tests (cf. kivy#1761 (review))
a8b4c7a to
9b468a5
Compare
|
@AndreMiras done |
|
Awesome work, it builds now. I've merged it, can you rebase your other pull requests on master so we have that fix in place? |
No description provided.