mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
WIP: Implementing all goodies and required changes / dependencies.
This commit is contained in:
11
buildroot-external/package/python-geocoder/Config.in
Normal file
11
buildroot-external/package/python-geocoder/Config.in
Normal file
@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_GEOCODER
|
||||
bool "python-geocoder"
|
||||
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
||||
select BR2_PACKAGE_PYTHON_FUTURE # runtime
|
||||
select BR2_PACKAGE_PYTHON_RATELIM # runtime
|
||||
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
Geocoder is a simple and consistent geocoding library.
|
||||
|
||||
https://github.com/DenisCarriere/geocoder
|
Reference in New Issue
Block a user