diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb b/meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb index 841b84ddf..33eb62d5d 100644 --- a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb | |||
@@ -3,9 +3,8 @@ HOMEPAGE = "https://github.com/mayhewj/greenstalk" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "0020970abdb6f400586938573cbbec80410e83805d61e46cf76ea3ed71129257" | 6 | SRC_URI[sha256sum] = "3ebde5fc9ecf986f96f6779fd6d15a53f33d432c52a2e28012e100a99ee154a4" |
7 | 7 | ||
8 | RDEPENDS:${PN} += "python3-io python3-core" | 8 | RDEPENDS:${PN} += "python3-io python3-core" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi python_setuptools_build_meta |
11 | inherit setuptools3 | ||