Skip to content

Commit 8315cf8

Browse files
authored
jsonschema: fix build and update repo (#14836)
Small tweaks to deal with renamed PyPi package name and to update the repository to the new organization that the old repo redirected to. Builds and runs locally.
1 parent 0717cdd commit 8315cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/jsonschema/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
################################################################################
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
18-
RUN pip3 install --upgrade pip hypothesis rpds
18+
RUN pip3 install --upgrade pip hypothesis rpds-py
1919

20-
RUN git clone --depth=1 https://github.com/Julian/jsonschema
20+
RUN git clone --depth=1 https://github.com/python-jsonschema/jsonschema.git
2121
RUN git clone --depth=1 https://github.com/python-jsonschema/jsonschema-specifications jsonschema_specifications
2222
WORKDIR $SRC/jsonschema
2323

0 commit comments

Comments
 (0)