blob: cf9440495bdffcfe59d01340d7479b1c9cb6cc42 (
plain)
1
2
3
4
5
6
7
8
9
|
require python-setuptools.inc
PROVIDES = "python-distribute"
inherit setuptools
RREPLACES_${PN} = "python-distribute"
RPROVIDES_${PN} = "python-distribute"
RCONFLICTS_${PN} = "python-distribute"
|