aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-setuptools_42.0.2.bb
blob: 4cc316e11864ffebab8e3e326dba67a3abfa8202 (plain)
1
2
3
4
5
6
7
8
9
10
11
require python-setuptools.inc

PROVIDES = "python-distribute"

inherit setuptools

RREPLACES_${PN} = "python-distribute"
RPROVIDES_${PN} = "python-distribute"
RCONFLICTS_${PN} = "python-distribute"

PNBLACKLIST[python-setuptools] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"