summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb b/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
index a952722619..2cf7742a90 100644
--- a/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
@@ -2,7 +2,6 @@ SUMMARY = "Raise asynchronous exceptions in other threads, control the timeout o
2HOMEPAGE = "https://pypi.org/project/stopit/" 2HOMEPAGE = "https://pypi.org/project/stopit/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4 4
5SRC_URI += " file://LICENSE "
6LICENSE = "MIT" 5LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${UNPACKDIR}/LICENSE;md5=497c556f42b1355b64190da2f3d88f93" 6LIC_FILES_CHKSUM = "file://${UNPACKDIR}/LICENSE;md5=497c556f42b1355b64190da2f3d88f93"
8 7
@@ -10,8 +9,9 @@ SRC_URI[sha256sum] = "f7f39c583fd92027bd9d06127b259aee7a5b7945c1f1fa56263811e1e7
10 9
11inherit pypi setuptools3 10inherit pypi setuptools3
12 11
13RDEPENDS:${PN} += "\ 12SRC_URI += "\
14 python3-setuptools \ 13 file://LICENSE \
15 " 14 file://0001-Drop-the-deprecated-pkg_resources.patch \
15"
16 16
17BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"