I’m installing deluge-cli with pkg, and I am (as default I think) pointed to
quarterly packages from FreeBSD. However, deluge-cli needs py311-openssl,
which gets me py311-openssl-23.2.0. pyopenssl needs py-cryptography, and
when I ask pkg for py311-cryptography it gets me py311-cryptography-42.0.8_1.
Pyopenssl 23.2 (and 23.3) require cryptography <42. So, the above doesn’t work.
I see that 13.4 has py311-openssl-24.1. And, latest (for 13.3) might have
that too. But right now quarterly seems broken because the supplied
py311-openssl won’t accept the supplied py311-cryptography.
Am I doing something wrong, or is this a correct assessment of the state of
Quarterly package repo at the moment?
- Chris