mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-05 11:04:40 +00:00
e5640e0597
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
23 lines
560 B
BlitzBasic
23 lines
560 B
BlitzBasic
SUMMARY = "The next generation HTTP client."
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=166cfc32dc0986f87a7e950553b52e5e"
|
|
|
|
SRC_URI[sha256sum] = "1932a768737e3666291582833da748cc4e563c337cf96706fccc04fa6e58764a"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
DEPENDS += " \
|
|
python3-uv-dynamic-versioning-native \
|
|
python3-hatch-fancy-pypi-readme-native \
|
|
python3-jinja2-native \
|
|
python3-tomlkit-native \
|
|
python3-dunamai-native \
|
|
"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-core \
|
|
python3-logging \
|
|
python3-h2 \
|
|
python3-idna \
|
|
"
|