diff options
| author | Kai Kang <kai.kang@windriver.com> | 2025-03-06 18:20:35 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-07 08:37:00 -0800 |
| commit | 4a86797cc11cf477ff35a8a68b674ca948207c28 (patch) | |
| tree | 4a6ca87bf72712c47e036e0e52e7b479f6c27508 /meta-python/recipes-devtools/python | |
| parent | 11b8917fe120a3ac07d0904307b44ccc6b95868d (diff) | |
| download | meta-openembedded-4a86797cc11cf477ff35a8a68b674ca948207c28.tar.gz | |
python3-crypt-r: replacement of module crypt
Since module crypt has been removed from python 3.13, add a renamed copy
of it that other packages may require it, such as python3-anaconda.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-crypt-r_3.13.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-crypt-r_3.13.1.bb b/meta-python/recipes-devtools/python/python3-crypt-r_3.13.1.bb new file mode 100644 index 0000000000..8710b59a95 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-crypt-r_3.13.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "A renamed copy of the crypt module as it was present in Python 3.12 before it was removed." | ||
| 2 | HOMEPAGE = "https://github.com/fedora-python/crypt_r" | ||
| 3 | LICENSE = "Python-2.0.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/fedora-python/crypt_r.git;branch=main;protocol=https" | ||
| 7 | SRCREV = "b20e21d9f24d6fa17a6781bbc9f272ce38246eef" | ||
| 8 | |||
| 9 | S = "${UNPACKDIR}/git" | ||
| 10 | |||
| 11 | inherit python_setuptools_build_meta | ||
