Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | require python-pyparted.inc |
2 | |||||
3 | PV = "3.10.7+git${SRCPV}" | ||||
4 | |||||
5 | inherit distutils3 | ||||
6 | |||||
7 | RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math" | ||||
8 | RDEPENDS_${PN}_class-native = "" | ||||
9 | |||||
10 | BBCLASSEXTEND = "native" |