Skip to content

Commit c788b8c

Browse files
committed
Pin older cryptography version that doesn't require rust.
Fixes the `pip.py` example on Alpine.
1 parent 9ab5dac commit c788b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# use that virtualenv to install pyinfra
5353
pip.packages(
5454
name='Install pyinfra into a virtualenv',
55-
packages='pyinfra',
55+
packages=['pyinfra', 'cryptography==3.3.2'],
5656
virtualenv='/usr/local/bin/venv',
5757
)
5858

0 commit comments

Comments
 (0)