python-cryptography
No description set
-
4
derived packages
- Links to openSUSE:Factory / python-cryptography
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:backports/python-cryptography && cd $_
- Create Badge
Refresh
Refresh
Comments 4
Currently this package cannot be installed properly since it requires 'package', 'provides', 'python3-cffi' and 'python311-cffi=no'.
This is most likely due to the fact the
rpm
call in the following line in the spec file doesn't work.Requires: python-cffi = %(rpm -q --whatprovides python3-cffi --qf "%%{version}") line in the spec file
I assume that it should search for the python 3.11 version of cffi.
Fix is already on its way: https://build.opensuse.org/requests/1222847
Note that obs comments are not a good place for bugreports.
Just to emphasize what Benjamin was saying … there is https://bugzilla.opensuse.org/ always freely open for your bug reporting needs.
Sorry, I'll keep that mind for the future.