X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-prettytable_0.7.2.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-prettytable_0.7.2.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=b0cc20b6239382dec160a41379ba2e28fe109621;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-prettytable_0.7.2.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-prettytable_0.7.2.bb deleted file mode 100644 index b0cc20b..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-prettytable_0.7.2.bb +++ /dev/null @@ -1,27 +0,0 @@ - -# Update log with the message: adopted from upstream e1f2e1ae5f27d889e3d4bef1b23edcf8a6d804c0 -DESCRIPTION = " \ - PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data \ - in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell \ - psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of \ - columns (left or right justified or centred) and printing of “sub-tables” by specifying a row range.\ - " - -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=3e73500ffa52de5071cff65990055282" - -SRC_URI[md5sum] = "0c1361104caff8b09f220748f9d69899" -SRC_URI[sha256sum] = "a53da3b43d7a5c229b5e3ca2892ef982c46b7923b51e98f0db49956531211c4f" - -SRCNAME = "prettytable" - -SRC_URI = "https://pypi.python.org/packages/source/P/PrettyTable/${SRCNAME}-${PV}.zip" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools3 -do_install_append() { - find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO" -exec chmod 644 {} + -} - -BBCLASSEXTEND = "native nativesdk"