diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/python/python3-click_8.1.8.bb (renamed from meta/recipes-devtools/python/python3-click_8.1.7.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-click_8.1.7.bb b/meta/recipes-devtools/python/python3-click_8.1.8.bb index e8eeec36e8..7be3d73546 100644 --- a/meta/recipes-devtools/python/python3-click_8.1.7.bb +++ b/meta/recipes-devtools/python/python3-click_8.1.8.bb | |||
| @@ -6,11 +6,11 @@ Line Interface Creation Kit". It's highly configurable but comes with \ | |||
| 6 | sensible defaults out of the box." | 6 | sensible defaults out of the box." |
| 7 | HOMEPAGE = "http://click.pocoo.org/" | 7 | HOMEPAGE = "http://click.pocoo.org/" |
| 8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fa98232fd645608937a0fdc82e999b8" |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" | 11 | SRC_URI[sha256sum] = "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" |
| 12 | 12 | ||
| 13 | inherit pypi setuptools3 ptest-python-pytest | 13 | inherit pypi python_flit_core ptest-python-pytest |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
| 16 | python3-pytest \ | 16 | python3-pytest \ |
| @@ -19,7 +19,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | do_install_ptest:append() { | 21 | do_install_ptest:append() { |
| 22 | cp -rf ${S}/setup.cfg ${D}${PTEST_PATH}/ | 22 | cp -rf ${S}/pyproject.toml ${D}${PTEST_PATH}/ |
| 23 | cp -rf ${S}/docs ${D}${PTEST_PATH}/ | 23 | cp -rf ${S}/docs ${D}${PTEST_PATH}/ |
| 24 | } | 24 | } |
| 25 | 25 | ||
