File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ WORKDIR /build-stage
11
11
#
12
12
# - https://pypi.org/project/pycurl/#files, no wheels available as of 7.45.1.
13
13
# See https://github.com/pycurl/pycurl/issues/738.
14
- # - https://pypi.org/project/ruamel.yaml.clib/#files, no aarch64 wheels
15
- # available as of 0.2.6. See
16
- # https://sourceforge.net/p/ruamel-yaml-clib/tickets/4/.
17
14
#
18
15
# If you find a dependency here no longer listed in requirements.txt, remove it
19
16
# from here as well. The more wheels we build here and copy and then install,
@@ -23,8 +20,7 @@ WORKDIR /build-stage
23
20
COPY requirements.txt requirements.txt
24
21
RUN pip install build \
25
22
&& pip wheel \
26
- $(cat requirements.txt | grep "pycurl==" ) \
27
- $(cat requirements.txt | grep "ruamel-yaml-clib==" )
23
+ $(cat requirements.txt | grep "pycurl==" )
28
24
29
25
30
26
# The final stage
You can’t perform that action at this time.
0 commit comments