mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -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> (cherry picked from commitdcf9df16d8) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
504aaaab1b
commit
9ee12628b4
@@ -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