mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
rrs/tools/rrs_upgrade_history.py: Fix import of split_recipe_fn
split_recipe_fn function was moved to update_layer during python3 upgrade in layerindex. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
34be7b80c2
commit
2c6610ce5d
|
@ -22,7 +22,7 @@ from common import common_setup, update_repo, get_pv_type, load_recipes, \
|
|||
get_logger
|
||||
common_setup()
|
||||
from layerindex import utils, recipeparse
|
||||
from layerindex.update import split_recipe_fn
|
||||
from layerindex.update_layer import split_recipe_fn
|
||||
|
||||
utils.setup_django()
|
||||
from django.db import transaction
|
||||
|
|
Loading…
Reference in New Issue
Block a user