mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59: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
a99837213f
commit
42d9891497
|
@ -22,7 +22,7 @@ from common import common_setup, update_repo, get_pv_type, load_recipes, \
|
||||||
get_logger
|
get_logger
|
||||||
common_setup()
|
common_setup()
|
||||||
from layerindex import utils, recipeparse
|
from layerindex import utils, recipeparse
|
||||||
from layerindex.update import split_recipe_fn
|
from layerindex.update_layer import split_recipe_fn
|
||||||
|
|
||||||
utils.setup_django()
|
utils.setup_django()
|
||||||
from django.db import transaction
|
from django.db import transaction
|
||||||
|
|
Loading…
Reference in New Issue
Block a user