summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-10 17:03:03 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-10 07:20:41 -0700
commit6b9e92bb604b701ca78d53be36015a31ffcbbdde (patch)
treec6f17df0d72951e33c086765e616590cf89ddcf0 /meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb
parent64e1b89c2bf966c18513e0c5b262ccb4fd66f9f2 (diff)
downloadmeta-openembedded-6b9e92bb604b701ca78d53be36015a31ffcbbdde.tar.gz
python3-virtualenv: upgrade 20.26.3 -> 20.26.4
Changelog: ========== - Fix whitespace around backticks in changelog - Test latest Python 3.13 - Fix typo in Nushell activation script - GitHub Actions: Replace deprecated macos-12 with macos-13 - Fix #2728: Activating venv create unwanted console output - Upgrade bundled wheels Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb
new file mode 100644
index 0000000000..aadef0e947
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.4.bb
@@ -0,0 +1,26 @@
1# SPDX-License-Identifier: MIT
2# Copyright (C) 2023 iris-GmbH infrared & intelligent sensors
3
4SUMMARY = "A tool for creating isolated virtual python environments."
5HOMEPAGE = "https://github.com/pypa/virtualenv"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538"
8
9SRC_URI[sha256sum] = "c17f4e0f3e6036e9f26700446f85c76ab11df65ff6d8a9cbfad9f71aabfcf23c"
10
11BBCLASSEXTEND = "native nativesdk"
12inherit pypi python_hatchling
13
14DEPENDS += "\
15 python3-hatch-vcs-native \
16"
17
18RDEPENDS:${PN} += " \
19 python3-compression \
20 python3-distlib \
21 python3-filelock \
22 python3-json \
23 python3-misc \
24 python3-modules \
25 python3-platformdirs \
26"