summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-twitter.inc17
-rw-r--r--meta-python/recipes-devtools/python/python-twitter_3.7.0.bb3
-rw-r--r--meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb3
3 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-twitter.inc b/meta-python/recipes-devtools/python/python-twitter.inc
new file mode 100644
index 0000000000..f5657eeb2e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-twitter.inc
@@ -0,0 +1,17 @@
1SUMMARY = "Twitter for Python"
2DESCRIPTION = "Python module to support twitter API"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0307fffd8c4d9946c029daa1426d26e7"
6
7SRC_URI[md5sum] = "c6dc2f315ded761aafc96bea3351c7f6"
8SRC_URI[sha256sum] = "fe85a79f58a01dd335968523b91c5fce760e7fe78bf25a6e71c72204fe499d0b"
9
10PYPI_PACKAGE = "tweepy"
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-pip \
14 ${PYTHON_PN}-pysocks \
15 ${PYTHON_PN}-requests \
16 ${PYTHON_PN}-six \
17 "
diff --git a/meta-python/recipes-devtools/python/python-twitter_3.7.0.bb b/meta-python/recipes-devtools/python/python-twitter_3.7.0.bb
new file mode 100644
index 0000000000..6a28b08ae6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-twitter_3.7.0.bb
@@ -0,0 +1,3 @@
1require python-twitter.inc
2inherit pypi setuptools
3
diff --git a/meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb b/meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb
new file mode 100644
index 0000000000..c2e4d2ebd3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb
@@ -0,0 +1,3 @@
1require python-twitter.inc
2inherit pypi setuptools3
3