blob: 4d1884225da0c258bc5ca630605f9b026be41f95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "A utility library for mocking out the requests Python library."
HOMEPAGE = "https://github.com/getsentry/responses"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0e601511a8517f4daf688a8eb95be7a2"
inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "c7f6923e6343ef3682816ba421c006626777893cb0d5e1434f674b649bac9eb4"
RDEPENDS:${PN} += " \
python3-mock \
python3-pyyaml \
python3-requests \
python3-urllib3 \
"
|