aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-backports-abc_0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-backports-abc_0.5.bb')
-rw-r--r--recipes-devtools/python/python-backports-abc_0.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-backports-abc_0.5.bb b/recipes-devtools/python/python-backports-abc_0.5.bb
index d96678b..5aeb6ca 100644
--- a/recipes-devtools/python/python-backports-abc_0.5.bb
+++ b/recipes-devtools/python/python-backports-abc_0.5.bb
@@ -1,6 +1,6 @@
SUMMARY = "collections.abc from Python 3.5"
DESCRIPTION = "A backport of recent additions to the 'collections.abc' module"
-LICENSE = "PSF"
+LICENSE = "PSF-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03"
PYPI_PACKAGE = "backports_abc"
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "033be54514a03e255df75c5aee8f9e672f663f93abb723444caec8fe43
inherit pypi setuptools
-PNBLACKLIST[python-backports-abc] ?= "${@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)}"
+SKIP_RECIPE[python-backports-abc] ?= "${@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)}"