summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
index e5688a3866..a065b6c475 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671" 4LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671"
5 5
6SRC_URI[md5sum] = "fb31d4c94fef42f2caf9784c44d8ea82" 6SRC_URI[md5sum] = "b5bd0acec56ae7ccf5ac22d3f671c3a7"
7SRC_URI[sha256sum] = "98a3b74b1980e6a9392498e3a2a5406f6bd836f412843c2be23d9c88671747ac" 7SRC_URI[sha256sum] = "6bb7f539903cb031fecb855b615cbcac8cd245ebc6fa51c6e23ab3386db89771"
8 8
9do_install_append() { 9do_install_append() {
10 perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"` 10 perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`