AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

Set minimum pyopenssl constraint on `cryptography` package #187

Closed dholth closed 1 year ago

dholth commented 1 year ago

@jezdez This is an untested "remove cryptography 39.0.1 " fix.

The newest version of cryptography has some incompatibility with openssl < 1.1.1? that causes CI failures in conda, etc.

We should run this, examine the repodata.json and decide how to proceed.

dholth commented 1 year ago

https://levelup.gitconnected.com/fix-attributeerror-module-lib-has-no-attribute-openssl-521a35d83769 suggests we need to pin pyopenssl to require cryptography > x

jezdez commented 1 year ago

I'm probably not the right person to review this, I'd appreciate someone from the packaging team to take a look at this