Commit 7b7afd97 authored by carbon's avatar carbon

buildroot: support python and pip tool

parent 35bf2975
...@@ -330,6 +330,13 @@ BR2_PACKAGE_EVTEST=y ...@@ -330,6 +330,13 @@ BR2_PACKAGE_EVTEST=y
# BR2_PACKAGE_FCONFIG is not set # BR2_PACKAGE_FCONFIG is not set
BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS=y 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 # Compression and decompression
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment