mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/python-aiohttp: fix missing build dependency
Since aiohttp was bumped ine4451602eb, it now requires pkgconfig at setup time, see upstream commit40563751adReported-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
4149871af1
commit
dcf9df16d8
@@ -13,4 +13,6 @@ PYTHON_AIOHTTP_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_AIOHTTP_CPE_ID_VENDOR = aiohttp
|
||||
PYTHON_AIOHTTP_CPE_ID_PRODUCT = aiohttp
|
||||
|
||||
PYTHON_AIOHTTP_DEPENDENCIES = host-python-pkgconfig
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user