Skip to content

Commit

Permalink
Fixup: install openupgradelib from git master
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanRijnhart committed Feb 3, 2024
1 parent 81c10bf commit 5561fa3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion openupgrade_scripts/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"license": "AGPL-3",
"depends": ["base"],
"images": ["static/description/banner.jpg"],
"external_dependencies": {"python": ["openupgradelib"]},
"external_dependencies": {
"python": [
"openupgradelib @ 'git+https://github.com/OCA/openupgradelib.git@master'"
]
},
"installable": True,
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated from manifests external_dependencies
openupgradelib
openupgradelib @ 'git+https://github.com/OCA/openupgradelib.git@master'

0 comments on commit 5561fa3

Please sign in to comment.