Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | require python-setuptools.inc |
2 | |||||
3 | PROVIDES = "python-distribute" | ||||
4 | |||||
5 | inherit setuptools | ||||
6 | |||||
7 | RREPLACES_${PN} = "python-distribute" | ||||
8 | RPROVIDES_${PN} = "python-distribute" | ||||
9 | RCONFLICTS_${PN} = "python-distribute" |