Skip to content

Commit

Permalink
(partially) Revert "python: Move python3-setuptools and `python3-py…
Browse files Browse the repository at this point in the history
…elftools` to requirements.txt"

- "Fixes" armbian#6799

This (partially) reverts commit 04f619d
  • Loading branch information
rpardini committed Jun 29, 2024
1 parent 048cbc5 commit 3f0f709
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/functions/host/prepare-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ function adaptative_prepare_host_dependencies() {
host_deps_add_extra_python # See python-tools.sh::host_deps_add_extra_python()

### Python3 -- required for Armbian's Python tooling, and also for more recent u-boot builds. Needs 3.9+; ffi-dev is needed for some Python packages when the wheel is not prebuilt
### 'python3-setuptools' and 'python3-pyelftools' moved to requirements.txt to make sure build hosts use the same/latest versions of these tools.
host_dependencies+=("python3-dev" "python3-pip" "libffi-dev")
host_dependencies+=("python3-dev" "python3-setuptools" "python3-pip" "python3-pyelftools" "libffi-dev")

# Needed for some u-boot's, lest "tools/mkeficapsule.c:21:10: fatal error: gnutls/gnutls.h"
host_dependencies+=("libgnutls28-dev")
Expand Down

0 comments on commit 3f0f709

Please sign in to comment.