mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 21.0.0: - Update plus sign (+) handling to work with/like HTML form encoding (POST) by default, fixes #129, and associated roundtripping - Package IDNA tables - Long overdue dependency bumps Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
504 B
BlitzBasic
17 lines
504 B
BlitzBasic
DESCRIPTION = "A featureful, correct URL for Python"
|
|
HOMEPAGE = "https://github.com/python-hyper/hyperlink"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6dc5b4bd3d02faedf08461621aa2aeca"
|
|
|
|
SRC_URI[sha256sum] = "427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS_${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient ${PYTHON_PN}-idna"
|
|
|
|
PACKAGES =. "${PN}-test "
|
|
|
|
FILES_${PN}-test += " \
|
|
${PYTHON_SITEPACKAGES_DIR}/hyperlinkt/test \
|
|
"
|