aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pysqlite_2.8.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-pysqlite_2.8.3.bb')
-rw-r--r--recipes-devtools/python/python-pysqlite_2.8.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-pysqlite_2.8.3.bb b/recipes-devtools/python/python-pysqlite_2.8.3.bb
index 2f4d6fe..59216cc 100644
--- a/recipes-devtools/python/python-pysqlite_2.8.3.bb
+++ b/recipes-devtools/python/python-pysqlite_2.8.3.bb
@@ -13,11 +13,11 @@ inherit pypi setuptools
DEPENDS += "${PYTHON_PN}-pip"
-RDEPENDS_${PN}_class-target += "\
+RDEPENDS:${PN}:class-target += "\
${PYTHON_PN}-datetime \
sqlite3 \
"
-FILES_${PN}-doc += "${datadir}"
+FILES:${PN}-doc += "${datadir}"
PNBLACKLIST[python-pysqlite] ?= "${@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)}"