Skip to content

Commit

Permalink
Remove lasso external dependency from PyPI package.
Browse files Browse the repository at this point in the history
This lib is not on PyPI and it does not seem to be easily installable in
runboat/oca-ci.
  • Loading branch information
sbidoul committed Nov 16, 2023
1 parent ff1978e commit c5ef9d8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup/auth_saml/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
setup_requires=["setuptools-odoo"],
odoo_addon={
"external_dependencies_override": {
"python": {
"lasso": [],
}
}
},
)

0 comments on commit c5ef9d8

Please sign in to comment.