Skip to content

Commit

Permalink
buildroot: support python and pip tool
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Sep 5, 2023
1 parent 35bf297 commit 7b7afd9
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildroot-2021.05/configs/milkv_duo_musl_riscv64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ BR2_PACKAGE_EVTEST=y
# BR2_PACKAGE_FCONFIG is not set
BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS=y

BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_PYTHON3_PYC_ONLY=y
BR2_PACKAGE_PYTHON_LXML=y
BR2_PACKAGE_PYTHON_PIP=y
BR2_PACKAGE_PYTHON_SETUPTOOLS=y
BR2_PACKAGE_PYTHON3_SSL=y

#
# Compression and decompression
#
Expand Down
Empty file.
Binary file not shown.
Empty file.
Binary file added buildroot-2021.05/dl/expat/expat-2.4.1.tar.xz
Binary file not shown.
Empty file.
Binary file added buildroot-2021.05/dl/libffi/libffi-3.3.tar.gz
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added buildroot-2021.05/dl/python-pip/pip-20.0.2.tar.gz
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added buildroot-2021.05/dl/python3/Python-3.9.5.tar.xz
Binary file not shown.

0 comments on commit 7b7afd9

Please sign in to comment.