summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-twisted_13.2.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-06-22 10:45:16 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-06-22 10:48:26 -0400
commitc1b428f3d2fe4175b06acc9f466863b766d9c149 (patch)
tree9dc6de13bbb73779a1a27c4bacebbf7f968fb38e /recipes-devtools/python/python3-twisted_13.2.0.bb
parent430233eb6e547aeaf6111c8159244bf1d82d09c1 (diff)
downloadmeta-virtualization-c1b428f3d2fe4175b06acc9f466863b766d9c149.tar.gz
python3-twisted: temporarily add recipe
This will eventually be available in meta-openembedded so will be able to be reverted. This will allow us to use openvswitch with python3 in the interim. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python3-twisted_13.2.0.bb')
-rw-r--r--recipes-devtools/python/python3-twisted_13.2.0.bb67
1 files changed, 67 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-twisted_13.2.0.bb b/recipes-devtools/python/python3-twisted_13.2.0.bb
new file mode 100644
index 00000000..98016cca
--- /dev/null
+++ b/recipes-devtools/python/python3-twisted_13.2.0.bb
@@ -0,0 +1,67 @@
1inherit pypi setuptools3
2require python-twisted.inc
3
4RDEPENDS_${PN}-core = "python3-core python3-zopeinterface python3-lang"
5
6FILES_${PN}-core_append += " \
7 ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
8 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \
9 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \
10 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/notestplugin*.pyc \
11 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/testplugin*.pyc \
12 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_ftp*.pyc \
13 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_inet*.pyc \
14 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_manhole*.pyc \
15 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_portforward*.pyc \
16 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_socks*.pyc \
17 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_telnet*.pyc \
18 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_trial*.pyc \
19 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_core*.pyc \
20 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_qtstub*.pyc \
21 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_reactors*.pyc \
22 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/cred*.pyc \
23 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/dropin*.cache \
24"
25
26FILES_${PN}-names_append = " \
27 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_names*.pyc \
28"
29
30FILES_${PN}-news_append = " \
31 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \
32"
33
34FILES_${PN}-protocols_append += " \
35 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \
36"
37
38FILES_${PN}-conch_append = " \
39 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_conch*.pyc \
40"
41
42FILES_${PN}-lore_append = " \
43 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_lore*.pyc \
44"
45FILES_${PN}-mail_append = " \
46 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_mail*.pyc \
47"
48
49FILES_${PN}-web_append = " \
50 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_web*.pyc \
51"
52
53FILES_${PN}-words_append = " \
54 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_words*.pyc \
55"
56
57FILES_${PN}-flow_append = " \
58 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc \
59"
60
61FILES_${PN}-pair_append = " \
62 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc \
63"
64
65FILES_${PN}-runner_append = " \
66 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_runner*.pyc \
67"