diff options
-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" |