diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-09-07 23:33:09 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-07 23:34:42 -0700 |
commit | 7b7953f3a1c112418ac41af93dff265c23aa7e05 (patch) | |
tree | 8e32ec03a25af96e68b376f74699c44a700e0def /meta-python | |
parent | 40d911dc7e87ba6ee3983e2158709b0d969771db (diff) | |
download | meta-openembedded-7b7953f3a1c112418ac41af93dff265c23aa7e05.tar.gz |
python3-txws: Switch to pypi for fetching
This helps build when using shallow clones for git repos by default
e.g.
| vcversioner: no VCS could be detected in '/srv/build/yoe/build/tmp/work/cortexa57-yoe-linux/python3-txws/0.9.1/sources/python3-txws-0.9.1' and '/srv/build/yoe/build/tmp/work/cortexa57-yoe-linux/python3-txws/0.9.1/sources/python3-txws-0.9.1/version.txt' isn't present.
| vcversioner: are you installing from a github tarball?
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb index 205775ef63..9299539cef 100644 --- a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb +++ b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb | |||
@@ -11,8 +11,8 @@ RDEPENDS:${PN} += " \ | |||
11 | python3-twisted \ | 11 | python3-twisted \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https" | 14 | inherit setuptools3 pypi |
15 | SRCREV = "88cf6d9b9b685ffa1720644bd53c742afb10a414" | ||
16 | 15 | ||
16 | PYPI_PACKAGE = "txWS" | ||
17 | 17 | ||
18 | inherit setuptools3 | 18 | SRC_URI[sha256sum] = "cb93086095d04a5d70f53a75053f7df478ff37e972c3637fb55ca4a9e6b94679" |