Skip to content

Commit b601ac1

Browse files
Merge pull request #689 from ap-wtioit/master-fix_flanker_install_github
[IMP] flanker: use newer syntax compatible with pip >= 25.1
2 parents 812fbf9 + b18ab75 commit b601ac1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

16.0.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ RUN build_deps=" \
152152
click-odoo-contrib \
153153
debugpy \
154154
pydevd-odoo \
155-
git+https://github.com/mailgun/flanker.git@v0.9.15#egg=flanker[validator] \
155+
"flanker[validator] @ git+https://github.com/mailgun/flanker.git@v0.9.15" \
156156
geoip2 \
157157
"git-aggregator==4.0" \
158158
inotify \

17.0.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN build_deps=" \
151151
click-odoo-contrib \
152152
debugpy \
153153
pydevd-odoo \
154-
git+https://github.com/mailgun/flanker.git@v0.9.15#egg=flanker[validator] \
154+
"flanker[validator] @ git+https://github.com/mailgun/flanker.git@v0.9.15" \
155155
geoip2 \
156156
"git-aggregator==4.0" \
157157
inotify \

18.0.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN build_deps=" \
151151
click-odoo-contrib \
152152
debugpy \
153153
pydevd-odoo \
154-
git+https://github.com/mailgun/flanker.git@v0.9.15#egg=flanker[validator] \
154+
"flanker[validator] @ git+https://github.com/mailgun/flanker.git@v0.9.15" \
155155
geoip2 \
156156
"git-aggregator==4.0" \
157157
inotify \

19.0.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN build_deps=" \
151151
click-odoo-contrib \
152152
debugpy \
153153
pydevd-odoo \
154-
git+https://github.com/mailgun/flanker.git@v0.9.15#egg=flanker[validator] \
154+
"flanker[validator] @ git+https://github.com/mailgun/flanker.git@v0.9.15" \
155155
geoip2 \
156156
"git-aggregator==4.0" \
157157
inotify \

0 commit comments

Comments
 (0)