Skip to content

Commit 84cbb7a

Browse files
Install debug wheel using OpenSSL 1.1.1.
1 parent a0dc673 commit 84cbb7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ros2_batch_job/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def run(args, build_function, blacklisted_package_names=None):
546546
if args.cmake_build_type == 'Debug':
547547
pip_packages += [
548548
'https://github.com/ros2/ros2/releases/download/cryptography-archives/cffi-1.12.3-cp37-cp37dm-win_amd64.whl', # required by cryptography
549-
'https://github.com/ros2/ros2/releases/download/cryptography-archives/cryptography-2.7-cp37-cp37dm-win_amd64.whl',
549+
'https://github.com/ros2/ros2/releases/download/cryptography-archives/cryptography-2.7-cp37-cp37dm-win_amd64-openssl111.whl',
550550
'https://github.com/ros2/ros2/releases/download/lxml-archives/lxml-4.3.2-cp37-cp37dm-win_amd64.whl',
551551
'https://github.com/ros2/ros2/releases/download/netifaces-archives/netifaces-0.10.9-cp37-cp37dm-win_amd64.whl',
552552
'https://github.com/ros2/ros2/releases/download/numpy-archives/numpy-1.16.2-cp37-cp37dm-win_amd64.whl',

0 commit comments

Comments
 (0)