aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-backports-ssl_3.7.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-backports-ssl_3.7.0.1.bb')
-rw-r--r--recipes-devtools/python/python-backports-ssl_3.7.0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-backports-ssl_3.7.0.1.bb b/recipes-devtools/python/python-backports-ssl_3.7.0.1.bb
index 3d0bd2e..94445f3 100644
--- a/recipes-devtools/python/python-backports-ssl_3.7.0.1.bb
+++ b/recipes-devtools/python/python-backports-ssl_3.7.0.1.bb
@@ -6,7 +6,7 @@ on your own. So the ssl package in the Standard Library of Python 3.2 and greate
match_hostname() function for performing this check instead of requiring every application to \
implement the check separately. This backport brings match_hostname() to users of earlier versions of Python"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b2adbe8bfdeb625c9a01afd9aaa66619"
SRC_URI[md5sum] = "32d2f593af01a046bec3d2f5181a420a"
@@ -18,4 +18,4 @@ inherit pypi setuptools python-backports-init
RDEPENDS:${PN} += "${PYTHON_PN}-pkgutil"
-PNBLACKLIST[python-backports-ssl] ?= "${@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-ssl] ?= "${@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)}"