aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-configparser_3.8.1.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2019-11-30 14:50:31 -0800
committerTim Orling <ticotimo@gmail.com>2019-12-03 07:37:13 -0800
commit3a233b5efc5d16ed7d775128375e93a3457978f1 (patch)
treef24aeb947fbf02a77e668fcf0814e80af18f8a56 /recipes-devtools/python/python-configparser_3.8.1.bb
parent8e60ce3ada3b5de43e4bffe5ebf8b475ecef778c (diff)
downloadmeta-python2-3a233b5efc5d16ed7d775128375e93a3457978f1.tar.gz
python-backports-init: Add helper class and recipezeus-next
Recipes that install in the backports namespace have a tendency to conflict in the installation of .../site-packages/backports/__init__.py Add a class and recipe to help avoid the conflict. Modify recipes that are affected: - python-backports-functools-lru-cache - python-backports-ssl - python-configparser Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-configparser_3.8.1.bb')
-rw-r--r--recipes-devtools/python/python-configparser_3.8.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-configparser_3.8.1.bb b/recipes-devtools/python/python-configparser_3.8.1.bb
index 69f045d..859dbd7 100644
--- a/recipes-devtools/python/python-configparser_3.8.1.bb
+++ b/recipes-devtools/python/python-configparser_3.8.1.bb
@@ -1,2 +1,2 @@
-inherit setuptools
+inherit setuptools python-backports-init
require python-configparser.inc