Skip to content

Commit 386e68a

Browse files
committed
remove patchelf dependency
1 parent 858b4fd commit 386e68a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ RUN ${RETRY} apt -y update -qq > /dev/null \
7171
make \
7272
openjdk-17-jdk \
7373
patch \
74-
patchelf \
7574
pkg-config \
7675
python3 \
7776
python3-dev \

doc/source/quickstart.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ the following command (re-adapted from the `Dockerfile` we use to perform CI bui
8686
make \
8787
openjdk-17-jdk \
8888
patch \
89-
patchelf \
9089
pkg-config \
9190
python3 \
9291
python3-dev \

pythonforandroid/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ def build_arch(self, arch):
13111311
return
13121312

13131313
self.install_hostpython_prerequisites(
1314-
packages=["build[virtualenv]", "pip", "setuptools"] + self.hostpython_prerequisites
1314+
packages=["build[virtualenv]", "pip", "setuptools", "patchelf"] + self.hostpython_prerequisites
13151315
)
13161316
self.patch_shebangs(self._host_recipe.site_bin, self.real_hostpython_location)
13171317

0 commit comments

Comments
 (0)