blob: 32aa378cc76b5312eea3a999d3fd2f6cef9cc7e6 (
plain)
1
2
3
4
5
6
7
8
|
require python-pyparted.inc
inherit distutils
RDEPENDS_${PN} += "python-stringold python-codecs python-math python-subprocess"
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native"
|