blob: a4e5607e7e0063ccadcbd38f9ce6c4c60e8c87b9 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001# 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
Patrick Williamsda295312023-12-05 16:48:56 -06009SRC_URI[sha256sum] = "69050ffb42419c91f6c1284a7b24e0475d793447e35929b488bf6a0aade39353"
Patrick Williamsac13d5f2023-11-24 18:59:46 -060010
11BBCLASSEXTEND = "native nativesdk"
12inherit pypi python_hatchling
13
14DEPENDS += "\
15 ${PYTHON_PN}-hatch-vcs-native \
16"
17
18RDEPENDS:${PN} += " \
19 ${PYTHON_PN}-distlib \
20 ${PYTHON_PN}-filelock \
21 ${PYTHON_PN}-platformdirs \
22"