Browse Source

Downgrade python3-urllib3 to 1.21.1, since python3-requests demands that.

master
mid-kid 7 years ago
parent
commit
03acfe4b0a
  1. 4
      satellites/python3-urllib3.sat

4
satellites/python3-urllib3.sat

@ -1,12 +1,12 @@
import 'compile/python'
name=urllib3
version=1.22
version=1.21.1
update_url="https://github.com/shazow/$name/releases"
update_names="/archive/$version.tar.gz"
dlextract "https://github.com/shazow/$name/archive/$version/$name-$version.tar.gz" \
'8903a5c17af0c1e8b1793b0c57fbc816'
'b0a2c692ea273dc120b209a027b0df3c'
header_end
cd "$name-$version"

Loading…
Cancel
Save