Signed-off-by: Derek Straka <[email protected]> --- meta-python/recipes-devtools/python/python-ndg-httpsclient.inc | 4 ++-- meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb
diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc index 133cab1..b556432 100644 --- a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc +++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://python-requests.org" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0" -SRC_URI[md5sum] = "59a2f0a5b3b60e6c520a9cc7be9aff87" -SRC_URI[sha256sum] = "7bfd8c5cfcbc241a93ca6a4e45f952650f5c7ecf7c49b1dbcf5f4d390240be0b" +SRC_URI[md5sum] = "a0d349cf9530e331697a6e5ab1f40de6" +SRC_URI[sha256sum] = "fba4d4798dcac2965874f24afb6631b4326baa4bd02505744d34f690c354856a" PYPI_PACKAGE = "ndg_httpsclient" diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb new file mode 100644 index 0000000..ca0eb32 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.4.bb @@ -0,0 +1,2 @@ +require python-ndg-httpsclient.inc +inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb new file mode 100644 index 0000000..3f07b2e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.4.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-ndg-httpsclient.inc -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
