meta-openembedded/meta-python/recipes-devtools/python/python3-virtualenv_20.29.3.bb
Wang Mingyu 0cc35956d2
python3-virtualenv: upgrade 20.29.2 -> 20.29.3
Changelog:
===========
- Remove duplicate bug report template
- Fix debug logging interpolation
- Ignore directories in PATH that can't be opened

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-11 17:17:24 -07:00

27 lines
688 B
BlitzBasic

# SPDX-License-Identifier: MIT
# Copyright (C) 2023 iris-GmbH infrared & intelligent sensors
SUMMARY = "A tool for creating isolated virtual python environments."
HOMEPAGE = "https://github.com/pypa/virtualenv"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538"
SRC_URI[sha256sum] = "95e39403fcf3940ac45bc717597dba16110b74506131845d9b687d5e73d947ac"
BBCLASSEXTEND = "native nativesdk"
inherit pypi python_hatchling
DEPENDS += "\
python3-hatch-vcs-native \
"
RDEPENDS:${PN} += " \
python3-compression \
python3-distlib \
python3-filelock \
python3-json \
python3-misc \
python3-modules \
python3-platformdirs \
"