summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb
blob: 76d23aee400c8cd4f5f743f32b1de97fde384e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Retry code until it succeeds"
HOMEPAGE = "https://github.com/jd/tenacity"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"

SRC_URI[sha256sum] = "1169d376c297e7de388d18b4481760d478b0e99a777cad3a9c86e556f4b697cb"

SRC_URI:append = "file://0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch"

DEPENDS += "python3-setuptools-scm-native"

inherit pypi python_setuptools_build_meta ptest-python-pytest

PYPI_PACKAGE = "tenacity"

RDEPENDS:${PN}-ptest += "\
    python3-tornado \
    python3-typeguard \
"