summaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-mamona-python.bb
blob: f17d6e731fd20740df5f5dc4044962d496571ae4 (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
DESCRIPTION = "Task mamona: Python Applicattions"
LICENSE = "MIT"
PR = "r0"

PACKAGES = "${PN}"

RDEPENDS = "\
    python-ao \
    python-cheetah \
    python-constraint \
    python-dbus \
    python-dialog \
    python-pycurl \
    python-fam \
    python-fnorb \
    python-formencode \
    python-fpconst \
    python-gmpy	\
    python-gnosis \
    python-gst \
    python-hmm \
    python-imaging \
    python-imdbpy \
    python-inotify \
    python-irclib \
    python-itools \
    python-logilab-common \
    python-libgmail \
    python-lightmediascanner \
    python-lxml	\
    python-mad \
    python-numarray	\
    python-numeric \
    python-ogg \
    python-pexpect \
    python-pybluez \
    python-pycairo \
    python-pychecker \
    python-pycodes \
    python-pyephem \
    python-pyfits \
    python-pyflakes \
    python-pygobject \
    python-pygoogle \
    python-pygtk \
    python-pyid3lib \
    python-pylinda \
    python-pylint \
    python-pyqt	\
    python-pyraf \
    python-pyreverse \
    python-pyrex \
    python-pyro \
    python-pyserial \
    python-pytester \
    python-pyusb \
    python-pyvisa \
    python-pyweather \
    python-pyxml \
    python-pyxmlrpc \
    python-scons \
    python-setuptools \
    python-simplejson \
    python-sip \
    python-sgmlop \
    python-snmplib \
    python-soappy \
    python-spydi \
    python-spyro \
    python-sqlalchemy \
    python-sqlobject \
    python-tlslite \
    python-urwid \
    python-vmaps \
    python-vorbis \
    python-webpy \
    task-python-efl \
    twisted \
"