Skip to content

Commit

Permalink
python-multipart: revert patch (#12657)
Browse files Browse the repository at this point in the history
  • Loading branch information
manunio authored Oct 27, 2024
1 parent dc35e87 commit 6fcea2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion projects/python-multipart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 https://github.com/Kludex/python-multipart python-multipart
RUN python3 -m pip install --upgrade pip
WORKDIR python-multipart
COPY *.patch $SRC/python-multipart
COPY build.sh $SRC/
1 change: 0 additions & 1 deletion projects/python-multipart/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#
################################################################################

git apply $SRC/python-multipart/*.patch
python3 -m pip install '.[dev]'
for fuzzer in $(find $SRC -name "fuzz_*.py"); do
compile_python_fuzzer $fuzzer
Expand Down
13 changes: 0 additions & 13 deletions projects/python-multipart/multipart.patch

This file was deleted.

0 comments on commit 6fcea2e

Please sign in to comment.