diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-05-20 17:15:02 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-21 15:09:34 -0700 |
commit | 9108c29005f416315d9cfe9f61bd17e0b1163806 (patch) | |
tree | f6c4ecbfbc27a27191e25c61690aea37e265b009 /meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb | |
parent | bb4cdd4d80fe690a28c2c20048d675d4584ae9c7 (diff) | |
download | meta-openembedded-9108c29005f416315d9cfe9f61bd17e0b1163806.tar.gz |
python3-appdirs: Upgrade to 1.4.4
Upgrade to release 1.4.4.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb deleted file mode 100644 index 2e183d888..000000000 --- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | SUMMARY = "A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir." | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" | ||
4 | |||
5 | SRC_URI += " \ | ||
6 | file://run-ptest \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "44c679904082a2133f5566c8a0d3ab42" | ||
10 | SRC_URI[sha256sum] = "9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92" | ||
11 | |||
12 | inherit pypi setuptools3 ptest | ||
13 | |||
14 | RDEPENDS_${PN}-ptest += " \ | ||
15 | ${PYTHON_PN}-pytest \ | ||
16 | " | ||
17 | |||
18 | do_install_ptest() { | ||
19 | install -d ${D}${PTEST_PATH}/test | ||
20 | cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ | ||
21 | } | ||