diff --git a/package/python-aiohttp-apispec/Config.in b/package/python-aiohttp-apispec/Config.in index a5b0e28bd0..441af28cbc 100644 --- a/package/python-aiohttp-apispec/Config.in +++ b/package/python-aiohttp-apispec/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_PYTHON_AIOHTTP_APISPEC bool "python-aiohttp-apispec" depends on BR2_PACKAGE_PYTHON3 select BR2_PACKAGE_PYTHON_AIOHTTP - select BR2_PACKAGE_PYTHON_AIOHTTP_APISPEC + select BR2_PACKAGE_PYTHON_APISPEC help Build and document REST APIs with aiohttp and apispec.