10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
|
|
menuconfig BR2_PACKAGE_HOST_PYTHON3_PYCRYPTODOMEX
|
||
|
|
bool "host python3 pycryptodomex"
|
||
|
|
default y
|
||
|
|
|
||
|
|
if BR2_PACKAGE_HOST_PYTHON3_PYCRYPTODOMEX
|
||
|
|
config BR2_PACKAGE_HOST_PYTHON3_PYCRYPTODOMEX_USE_PREBUILT
|
||
|
|
bool "use prebuilt binary instead of building from source"
|
||
|
|
default y
|
||
|
|
endif
|