Skip to content

Commit a1b44db

Browse files
mayeuthenryiii
authored andcommitted
Fix build on manylinux1
1 parent c131c2f commit a1b44db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

requirements-dev.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ twine
1111
virtualenv>=15.0.3
1212
wheel>=0.34
1313
wheeltools
14+
15+
# need to pin cryptography for manylinux1 builds
16+
# cryptography only provides manylinux2010 wheels since 3.4.0
17+
# because of the lack of a decent rust compiler on manylinux1
18+
cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "i386, i486, i586, i686, x86_64"

0 commit comments

Comments
 (0)