Skip to content

Commit

Permalink
restored urllib3-1.25.9 depend payload
Browse files Browse the repository at this point in the history
This commit simply adds-back the urllib3-1.25.9 file from the previous commit by executing this in the sandbox

  git checkout 35fef0d urllib3-1.25.9-py2.py3-none-any.whl

This was done to see if it fixes the recent build issues from the last commit

     * 19d14f6
     * #24 (comment)
  • Loading branch information
maltfield committed Jul 25, 2024
1 parent 5cfa7e5 commit 2c754dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ${WGET} `${CURL} -s https://pypi.org/simple/kivy-deps-sdl2/ | grep -oE 'https://
${WGET} `${CURL} -s https://pypi.org/simple/kivy-deps-glew/ | grep -oE 'https://.*kivy_deps.glew-0.3.1-cp312-cp312-win_amd64.whl#'`
${WGET} `${CURL} -s https://pypi.org/simple/kivy-deps-angle/ | grep -oE 'https://.*kivy_deps.angle-0.4.0-cp312-cp312-win_amd64.whl#'`

# TODO: also update setuptools, wheel, requests, chardet, and idna (kivy deps)
# TODO: also update setuptools, wheel, requests, chardet, idna, and urllib3 (kivy deps)

# misc linux
${WGET} https://github.com/niess/python-appimage/releases/download/python3.12/python3.12.2-cp312-cp312-manylinux2014_x86_64.AppImage
Expand Down
Binary file added build/deps/urllib3-1.25.9-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit 2c754dc

Please sign in to comment.