summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb b/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb
deleted file mode 100644
index 746926da4e..0000000000
--- a/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb
+++ /dev/null
@@ -1,34 +0,0 @@
1DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet"
2
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573"
5
6DEPENDS += " \
7 lz4 \
8 python3-setuptools-scm-native \
9 python3-pkgconfig-native \
10"
11
12SRC_URI += "file://run-ptest"
13
14SRC_URI[sha256sum] = "01fe674ef2889dbb9899d8a67361e0c4a2c833af5aeb37dd505727cf5d2a131e"
15
16inherit pkgconfig pypi python_setuptools_build_meta ptest
17
18RDEPENDS:${PN}-ptest += "\
19 python3-coverage \
20 python3-pytest \
21 python3-pytest-cov \
22 python3-pytest-runner \
23 python3-multiprocessing \
24 python3-psutil \
25 python3-unittest-automake-output \
26"
27
28do_install_ptest() {
29 cp -rf ${S}/tests/ ${D}${PTEST_PATH}/
30 # The stream API is experimental and not enabled yet, so don't ship the test suite
31 rm -rf ${D}${PTEST_PATH}/tests/stream
32}
33
34BBCLASSEXTEND = "native nativesdk"