Skip to content

Commit db3ce5a

Browse files
committed
fixing issue with pyasn version
1 parent cbf6cdb commit db3ce5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Singularity.container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ git clone -b development https://www.github.com/vsoch/singularity-python
2525
cd singularity-python
2626
/opt/conda/bin/pip install setuptools
2727
/opt/conda/bin/pip install -r requirements.txt
28-
/opt/conda/bin/pip install pyasn1==0.3.4
28+
/opt/conda/bin/pip install pyasn1==0.4.1
2929
/opt/conda/bin/python setup.py sdist
3030
/opt/conda/bin/python setup.py install

0 commit comments

Comments
 (0)