Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/python3-pip/osgeo4w/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export P=python3-pip
export V=pip
export B=pip
export MAINTAINER=JuergenFischer
export BUILDDEPENDS="python3-core"
export BUILDDEPENDS="python3-core python3-setuptools"
export PACKAGES="python3-pip"

# initial python3-pip is built from python3
Expand All @@ -17,8 +17,8 @@ python3 -m pip install --upgrade pip
python3 -m pip install wheel

cat >pip.bat <<EOF
@echo off
pip3 %*
@echo off
pip3 %*
EOF

packagewheel
Expand Down