We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f693fa commit 992f789Copy full SHA for 992f789
modules/pip3-withoutupgrade.m4
@@ -4,7 +4,7 @@
4
ENV PIP_BREAK_SYSTEM_PACKAGES=1
5
# 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
6
# 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 \
+RUN pkgs="cryptography==$PYCRYPTO_VERSION pyyaml cpp-coveralls pyasn1 pyasn1_modules python-pkcs11 compiledb \
8
bcrypt==$PYBCRYPT_VERSION setuptools"; \
9
pkgs=$(echo "$pkgs" | sed -E 's/==\s+/ /g'); \
10
python3 -m pip install $pkgs --break-system-packages
0 commit comments