diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-07-12 15:41:43 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-12 23:56:10 +0100 |
| commit | 87f9845383b67e64a19a949038d0f827fdcf1ec4 (patch) | |
| tree | a1565f176b08ce79cf92d57ed948c4092ec3d8c2 /meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | |
| parent | 476632a201a08e8f1a156198e28dab67ff6c4a02 (diff) | |
| download | poky-87f9845383b67e64a19a949038d0f827fdcf1ec4.tar.gz | |
python3-atomicwrites: upgrade 1.4.0 -> 1.4.1
(From OE-Core rev: 3853af4ceda3cc503e44b9bc60addd986675105f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb new file mode 100644 index 0000000000..d4d15cea50 --- /dev/null +++ b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "Powerful Python library for atomic file writes" | ||
| 2 | HOMEPAGE = "https://github.com/untitaker/python-atomicwrites" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 ptest | ||
| 9 | |||
| 10 | SRC_URI += " \ | ||
| 11 | file://run-ptest \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS:${PN}-ptest += " \ | ||
| 15 | ${PYTHON_PN}-pytest \ | ||
| 16 | ${PYTHON_PN}-unixadmin \ | ||
| 17 | " | ||
| 18 | |||
| 19 | do_install_ptest() { | ||
| 20 | install -d ${D}${PTEST_PATH}/tests | ||
| 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 22 | } | ||
| 23 | |||
| 24 | RDEPENDS:${PN} = "${PYTHON_PN}-misc" | ||
