diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb (renamed from meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb index b2e969c5c1..0524a73b67 100644 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb | |||
@@ -6,15 +6,12 @@ HOMEPAGE = "https://github.com/seznam/python-fastjsonschema" | |||
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532" |
8 | 8 | ||
9 | SRCREV = "756540088687cda351390f687b92e602feaa7dc6" | 9 | SRC_URI[sha256sum] = "3d48fc5300ee96f5d116f10fe6f28d938e6008f59a6a025c2649475b87f76a23" |
10 | PYPI_SRC_URI = "git://github.com/horejsek/python-fastjsonschema;protocol=https;branch=master" | ||
11 | 10 | ||
12 | SRC_URI += "file://run-ptest" | 11 | SRC_URI += "file://run-ptest" |
13 | 12 | ||
14 | inherit ptest pypi setuptools3 | 13 | inherit ptest pypi setuptools3 |
15 | 14 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | do_install_ptest() { | 15 | do_install_ptest() { |
19 | install -d ${D}${PTEST_PATH}/tests | 16 | install -d ${D}${PTEST_PATH}/tests |
20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 17 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |