diff options
| author | Soumya Sambu <soumya.sambu@windriver.com> | 2024-12-12 04:54:09 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-12 06:53:58 -0800 |
| commit | 47e1b2e89f672e98e5ded2a033b1cf8ad4b7d5d0 (patch) | |
| tree | edd86a258e6cf683ab15efc5f4f4f35bd0a729c0 /meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb | |
| parent | 5abd56e9aa0a0a8c655136da7b65e1f6e76ec48e (diff) | |
| download | meta-openembedded-47e1b2e89f672e98e5ded2a033b1cf8ad4b7d5d0.tar.gz | |
python3-virtualenv: upgrade 20.26.5 -> 20.26.6
Changelog:
https://virtualenv.pypa.io/en/latest/changelog.html#v20-26-6-2024-09-27
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb deleted file mode 100644 index 82d60aeaab..0000000000 --- a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | # SPDX-License-Identifier: MIT | ||
| 2 | # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors | ||
| 3 | |||
| 4 | SUMMARY = "A tool for creating isolated virtual python environments." | ||
| 5 | HOMEPAGE = "https://github.com/pypa/virtualenv" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "ce489cac131aa58f4b25e321d6d186171f78e6cb13fafbf32a840cee67733ff4" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | inherit pypi python_hatchling | ||
| 13 | |||
| 14 | DEPENDS += "\ | ||
| 15 | python3-hatch-vcs-native \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | python3-compression \ | ||
| 20 | python3-distlib \ | ||
| 21 | python3-filelock \ | ||
| 22 | python3-json \ | ||
| 23 | python3-misc \ | ||
| 24 | python3-modules \ | ||
| 25 | python3-platformdirs \ | ||
| 26 | " | ||
