python-cryptography
No description set
-
5
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
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
_service | 0000000277 277 Bytes | |
cryptography-43.0.3.tar.gz | 0000686989 671 KB | |
no-pytest_benchmark.patch | 0000009194 8.98 KB | |
python-cryptography.changes | 0000086907 84.9 KB | |
python-cryptography.keyring | 0000001847 1.8 KB | |
python-cryptography.spec | 0000004746 4.63 KB | |
vendor.tar.zst | 0002005993 1.91 MB |
Latest Revision
Dirk Mueller (dirkmueller)
committed
(revision 1)
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.