Skip to content

Commit e65e9f6

Browse files
committed
Remove ez_setup from conformance test Docker
Follow up from #292 Thanks to @mr-c and @tetron
1 parent c2ff713 commit e65e9f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include gittaggers.py ez_setup.py Makefile cwltool.py
1+
include gittaggers.py Makefile cwltool.py

cwltool_module.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update -qq && apt-get install -qqy \
88
python-setuptools gcc python-dev
99

1010
# Install cwltool
11-
ADD setup.py README.rst ez_setup.py cwltool/ /root/cwltool/
11+
ADD setup.py README.rst cwltool/ /root/cwltool/
1212
ADD cwltool/ /root/cwltool/cwltool
1313
ADD cwltool/schemas/ /root/cwltool/cwltool/schemas
14-
RUN cd /root/cwltool && ./ez_setup.py && easy_install .
14+
RUN cd /root/cwltool && python setup.py install

0 commit comments

Comments
 (0)