aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-python-everything.bb
blob: 3d2e17968afae9d351c3a329678d070b7d3590dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
DESCRIPTION= "Everything Python"
HOMEPAGE = "http://www.vanille.de/projects/python.spy"
LICENSE = "MIT"
PV = "2.6"
PR = "ml45"

RDEPENDS_${PN} = "\
  python-ao \
  python-cheetah \
  python-coherence \
  python-connexion \
  python-constraint \
  python-daap \
  python-dbus \
  python-dialog \
  python-docutils \
  python-dweba \
  task-python-efl \
  task-python-efl-examples \
  python-fam \
  python-flup \
  python-fnorb\
  python-formencode \
  python-fpconst \
  python-fugrep \
  python-fuse \
  python-fusil \
#  python-gammu \
  python-gmpy \
  python-gnosis	\
  python-gst \
  python-imaging \
  python-imdbpy	\
  python-inotify \
  python-irclib	\
  python-logilab-common	\
  python-libgmail \
  python-m2crypto \
  python-mad \
  python-mako \
  python-netfilter \
  python-numarray \
  python-numeric \
  python-numpy \
  python-ogg \
  python-opendir \
  python-pexpect \
# only on x86
#  python-psyco \
  python-ptrace \
  python-pyalsa \
  python-pyalsaaudio \
  python-pybluez \
  python-pycairo \
  python-pychecker \
  python-pycodes \
  python-pycrypto \
  python-pycurl \
  python-pyephem \
  python-pyfits \
  python-pyflakes \
  python-pyftpdlib \
  python-pygame \
  python-pygobject \
  python-pygoogle \
  python-pygtk-1.2 \
  python-pygtk \
  python-pyid3lib \
  python-pylinda \
  python-pylint \
  python-pylirc \
  python-pymetar \
  python-pymp3 \
  python-pyode \
  python-pyopenssl \
  python-pyqt \
  python-pyraf \
  python-pyrex \
  python-pyrtc \
  python-pyro \
  python-pyserial \
  python-pysqlite2 \
  python-pytester \
  python-pyusb \
  python-pyvisa \
  python-pyweather \
  python-pyxdg \
  python-pyxml \
  python-pyxmlrpc \
  python-pyyaml \
  python-pyzeroconf \
  python-rpyc \
  python-scapy \
  python-scons \
  python-setuptools \
  python-simplejson \
  python-sip \
  python-sgmlop	\
  python-soappy	\
  python-sphinx \
  python-sphinxsearch \
  python-spydi \
  python-sqlalchemy \
  python-sqlobject \
  python-traits \
  python-tlslite \
  python-twisted \
  python-vorbis	\
  python-webpy \
  python-xappy \
  python-xlib \
  \
  dtn \
  iotop \
  moin \
  plone	\
  zope \
  zope-interfaces \
"