summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.13.14.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.13.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.13.7.bb b/meta/recipes-devtools/python/python3-hypothesis_6.13.14.bb
index 7688ff6d18..150dc8a5d6 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.13.7.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.13.14.bb
@@ -7,8 +7,8 @@ PYPI_PACKAGE = "hypothesis"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10SRC_URI[sha256sum] = "262bb8cee0293ad06c453e78cf89bddcb613b91f82ea5587f3787611ee62861b" 10SRC_URI[sha256sum] = "36ef2d58f600be2973f694f45a55a5502de705d7594f9cf841276aec9082c414"
11 11
12RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers" 12RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers python3-unittest"
13 13
14BBCLASSEXTEND = "native nativesdk" 14BBCLASSEXTEND = "native nativesdk"