diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ukkonen_git.bb (renamed from meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb b/meta-python/recipes-devtools/python/python3-ukkonen_git.bb index f1f35ecceb..b9e85e78be 100644 --- a/meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-ukkonen_git.bb | |||
| @@ -4,9 +4,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033" | |||
| 4 | 4 | ||
| 5 | PYPI_PACKAGE = "ukkonen" | 5 | PYPI_PACKAGE = "ukkonen" |
| 6 | 6 | ||
| 7 | inherit pypi setuptools3 | 7 | inherit setuptools3 |
| 8 | SRC_URI[sha256sum] = "976ad9a991c9cb99a7c318695a5f6b46236bbd4c33c5b55273fa241dfca8e0fa" | ||
| 9 | 8 | ||
| 9 | PV = "1.0.1+git" | ||
| 10 | SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main" | ||
| 11 | SRCREV = "ad108a16e8203867f4860287b61149e0bdd838ca" | ||
| 10 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 11 | python3-pip-native \ | 13 | python3-pip-native \ |
| 12 | python3-cffi-native \ | 14 | python3-cffi-native \ |
