Skip to content

Commit bf26910

Browse files
Merge pull request #659 from Tecnativa/revert-quick-fixes
Revert quick fixes
2 parents 6c6da93 + bd23674 commit bf26910

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.d/700-odoo-install

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ log INFO Installing Odoo from $src
77
# For development you could want to avoid installing Odoo to speed up build
88
if [ "$PIP_INSTALL_ODOO" == true ]; then
99
args="--no-cache-dir"
10-
pip install $args psycopg2-binary
11-
pip install $args --editable $src --config-setting=editable_mode=compat
10+
pip install $args --editable $src
1211
else
1312
log WARNING Blindly symlinking odoo executable
1413
bin=$src/odoo-bin

0 commit comments

Comments
 (0)