Andrew Geissler | 358dfea | 2020-04-14 09:04:52 -0500 | [diff] [blame] | 1 | inherit setuptools3 |
Brad Bishop | de2a6ac | 2016-06-28 18:42:21 -0400 | [diff] [blame] | 2 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 3 | do_compile:class-native() { |
Brad Bishop | 3db4ad7 | 2016-07-15 10:22:24 -0400 | [diff] [blame] | 4 | : |
5 | } | ||||
6 | |||||
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 7 | do_install:class-native() { |
Brad Bishop | 3db4ad7 | 2016-07-15 10:22:24 -0400 | [diff] [blame] | 8 | : |
9 | } | ||||
10 | |||||
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 11 | DEPENDS:append:class-target = " python" |
Brad Bishop | 3db4ad7 | 2016-07-15 10:22:24 -0400 | [diff] [blame] | 12 | |
13 | inherit skeleton | ||||
14 | inherit allarch |