libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / ipython / ipython_0.10.bb
blobcd3928b18dab783083f3ca54d15279c7387e2bbb
1 DESCRIPTION = "Enhanced Python Shell"
2 HOMEPAGE = "http://ipython.scipy.org/moin/"
3 SECTION = "devel/python"
4 LICENSE = "BSD"
5 DEPENDS = "less"
6 RDEPENDS = "python-pprint python-io python-shell python-misc python-lang \
7 python-stringold python-codecs python-crypt python-threading \
8 python-pydoc python-debugger python-textutils python-pickle \
9 python-subprocess"
11 SRC_URI = "http://ipython.scipy.org/dist/ipython-${PV}.tar.gz"
13 inherit distutils
15 FILES_${PN} = "/"
17 SRC_URI[md5sum] = "dd10cd1b622c16c1afca2239fcc0dfdf"
18 SRC_URI[sha256sum] = "60d602637dc5f078b083a4ca5ab64364ba816bd72439844012ed11a30f88228c"