diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-prettytable_0.7.2.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prettytable_0.7.2.bb b/meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb index 18f3390619..e5688a3866 100644 --- a/meta-python/recipes-devtools/python/python3-prettytable_0.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "Python library for displaying tabular data in a ASCII table format" | 1 | SUMMARY = "Python library for displaying tabular data in a ASCII table format" |
2 | HOMEPAGE = "http://code.google.com/p/prettytable" | 2 | HOMEPAGE = "http://code.google.com/p/prettytable" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e73500ffa52de5071cff65990055282" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "a6b80afeef286ce66733d54a0296b13b" | 6 | SRC_URI[md5sum] = "fb31d4c94fef42f2caf9784c44d8ea82" |
7 | SRC_URI[sha256sum] = "2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9" | 7 | SRC_URI[sha256sum] = "98a3b74b1980e6a9392498e3a2a5406f6bd836f412843c2be23d9c88671747ac" |
8 | 8 | ||
9 | do_install_append() { | 9 | do_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"` |
@@ -23,6 +23,8 @@ SRC_URI += " \ | |||
23 | file://run-ptest \ | 23 | file://run-ptest \ |
24 | " | 24 | " |
25 | 25 | ||
26 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
27 | |||
26 | RDEPENDS_${PN} += " \ | 28 | RDEPENDS_${PN} += " \ |
27 | ${PYTHON_PN}-math \ | 29 | ${PYTHON_PN}-math \ |
28 | ${PYTHON_PN}-html \ | 30 | ${PYTHON_PN}-html \ |