Skip to content

Commit 44a6f26

Browse files
committed
libffi-devel addition to docker test
1 parent d2bb6f4 commit 44a6f26

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ RUN yum -y install python-pip
1414
# Install the system requirements of python-ldap
1515
RUN yum -y install gcc python-devel openldap-devel
1616

17+
# Install libffi, a requirement of openssl
18+
RUN yum -y install libffi-devel && yum clean all
19+
1720
# Install the system requirements of ssm
1821
RUN yum -y install openssl
1922

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ def main():
5151
download_url='https://github.com/apel/ssm/releases',
5252
license='Apache License, Version 2.0',
5353
install_requires=[
54-
# 'cryptography==3.3.0',
54+
'cryptography==3.3.0',
5555
'stomp.py<5.0.0',
5656
'python-ldap<3.4.0',
5757
'python-daemon<=2.3.0',
5858
'setuptools',
59-
# 'pyopenssl',
59+
'pyopenssl<=21.0.0',
6060
],
6161
extras_require={
6262
'AMS': ['argo-ams-library', 'certifi<2020.4.5.2', ],

0 commit comments

Comments
 (0)