diff --git a/.copier-answers.yml b/.copier-answers.yml index 19dc11a08f4a..f17e405fd480 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -19,7 +19,7 @@ org_slug: OCA rebel_module_groups: [] repo_description: OpenUpgrade repo_name: 'Open Source upgrade path for Odoo/OpenERP ' -repo_slug: openupgrade +repo_slug: OpenUpgrade repo_website: https://github.com/OCA/OpenUpgrade use_pyproject_toml: true use_ruff: true diff --git a/openupgrade_scripts/__manifest__.py b/openupgrade_scripts/__manifest__.py index 6e920dfff450..7d52e6b74a43 100644 --- a/openupgrade_scripts/__manifest__.py +++ b/openupgrade_scripts/__manifest__.py @@ -11,10 +11,6 @@ "license": "AGPL-3", "depends": ["base"], "images": ["static/description/banner.jpg"], - "external_dependencies": { - "python": [ - "openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master" - ] - }, + "external_dependencies": {"python": ["openupgradelib"]}, "installable": True, } diff --git a/requirements.txt b/requirements.txt index 5b5744483a8f..180fc49789ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ # generated from manifests external_dependencies -openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master +openupgradelib diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 000000000000..abafd66f5328 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1 @@ +openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master