Skip to content

Commit 992f789

Browse files
ubuntu-24.04: add compiledb command.
python package compiledb is added to support creation of the file compile_commands.json. Signed-off-by: Juergen Repp <juergen_repp@web.de>
1 parent 9f693fa commit 992f789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pip3-withoutupgrade.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ENV PIP_BREAK_SYSTEM_PACKAGES=1
55
# install everything in one shot so we don't get a newer version of a package we specified. Ie if a module has dep on cryptogtraphy
66
# and we install it in different phases pip will upgrade cryptography
7-
RUN pkgs="cryptography==$PYCRYPTO_VERSION pyyaml cpp-coveralls pyasn1 pyasn1_modules python-pkcs11 \
7+
RUN pkgs="cryptography==$PYCRYPTO_VERSION pyyaml cpp-coveralls pyasn1 pyasn1_modules python-pkcs11 compiledb \
88
bcrypt==$PYBCRYPT_VERSION setuptools"; \
99
pkgs=$(echo "$pkgs" | sed -E 's/==\s+/ /g'); \
1010
python3 -m pip install $pkgs --break-system-packages

0 commit comments

Comments
 (0)