oslo.utils/bindep.txt
Takashi Kajinami 6ef3f1e598 Add utility to replace crypt.crypt
The crypt module was removed in Python 3.13. Add the utility function
to replace crypt.crypt which is used by a few projects. Note that
the function internally calls libcrypt library, so that we don't have
to re-implement its algorithm in python layer.

Change-Id: Ibe6748068b8145fdc7ece384c94a923d1032de5f
2024-11-09 15:21:27 +09:00

16 lines
500 B
Plaintext

# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
locales [platform:debian]
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
python3-dev [platform:dpkg]
python3-devel [platform:rpm]
qemu-img [platform:redhat test]
qemu-tools [platform:suse test]
qemu-utils [platform:dpkg test]
libxcrypt-compat [platform:redhat crypt]
libcrypt1 [platform:suse crypt]
libcrypt1 [platform:dpkg crypt]