File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 0.18.2 (2017-01-04)
6+ ===================
7+ - Happy New Year!
8+ - Fix: Be more ruthless about fixing setuptools breakage in Dockerfile. (thanks, @cwisecarver!)
9+
5100.18.1 (2016-12-13)
611===================
712- Pin setuptools to v30.4.0 to avoid package-namespace-related breakage.
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ RUN mkdir -p /code
5252WORKDIR /code
5353
5454RUN pip install -U pip
55+ RUN pip uninstall -y setuptools
56+ RUN rm -f /usr/local/lib/python3.5/site-packages/mfr-nspkg.pth
5557RUN pip install setuptools==30.4.0
5658
5759COPY ./requirements.txt /code/
Original file line number Diff line number Diff line change 1- __version__ = '0.18.1 '
1+ __version__ = '0.18.2 '
22__import__ ('pkg_resources' ).declare_namespace (__name__ )
You can’t perform that action at this time.
0 commit comments