diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb deleted file mode 100644 index 28f034f7e3..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | SUMMARY = "Small add-on for the python requests http library. Makes use of python 3.2’s concurrent.futures or the backport for prior versions of python." | ||
2 | HOMEPAGE = "https://github.com/ross/requests-futures" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e1e50798d0afe0e1f87594c6619a2fa5" | ||
5 | |||
6 | SRC_URI[sha256sum] = "f55a4ef80070e2858e7d1e73123d2bfaeaf25b93fd34384d8ddf148e2b676373" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | RDEPENDS:${PN} += " \ | ||
11 | python3-requests \ | ||
12 | " | ||
13 | |||