diff options
author | Derek Straka <derek@asterius.io> | 2020-04-03 17:21:14 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-03 14:45:54 -0700 |
commit | 8389a281b54ca93d6f66e0fa16df8a69f4181b66 (patch) | |
tree | 30d0e0a1864e179b47d4e7468f055d2f1cb40c1f /meta-python/recipes-devtools/python/python-yarl.inc | |
parent | a099159a3601aba4af975e88c68689c3a380473c (diff) | |
download | meta-openembedded-8389a281b54ca93d6f66e0fa16df8a69f4181b66.tar.gz |
python-yarl: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-yarl.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-yarl.inc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/recipes-devtools/python/python-yarl.inc b/meta-python/recipes-devtools/python/python-yarl.inc deleted file mode 100644 index 911c79d66f..0000000000 --- a/meta-python/recipes-devtools/python/python-yarl.inc +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | SUMMARY = "The module provides handy URL class for url parsing and changing" | ||
2 | HOMEPAGE = "https://github.com/aio-libs/yarl/" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b334fc90d45983db318f54fd5bf6c90b" | ||
5 | |||
6 | SRC_URI[md5sum] = "08ba0d6e18f460b44d9e5459f3d217ba" | ||
7 | SRC_URI[sha256sum] = "58cd9c469eced558cd81aa3f484b2924e8897049e06889e8ff2510435b7ef74b" | ||
8 | |||
9 | SRC_URI += " \ | ||
10 | file://run-ptest \ | ||
11 | " | ||
12 | |||
13 | PYPI_PACKAGE = "yarl" | ||
14 | inherit pypi ptest | ||
15 | RDEPENDS_${PN} = "\ | ||
16 | ${PYTHON_PN}-multidict \ | ||
17 | ${PYTHON_PN}-idna \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS_${PN}-ptest += " \ | ||
21 | ${PYTHON_PN}-pytest \ | ||
22 | " | ||
23 | |||
24 | do_install_ptest() { | ||
25 | install -d ${D}${PTEST_PATH}/tests | ||
26 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
27 | } | ||