[Buildroot] [git commit] package/python-aiojobs: drop aiohttp dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Mar 18 20:56:28 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=53e3860a0e22fca5348a781a5b2e70c19403d172
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

aiohttp isn't a required dependency for aiojobs

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-aiojobs/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-aiojobs/Config.in b/package/python-aiojobs/Config.in
index 54d6c02a8e..ab61985164 100644
--- a/package/python-aiojobs/Config.in
+++ b/package/python-aiojobs/Config.in
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PYTHON_AIOJOBS
 	bool "python-aiojobs"
 	depends on BR2_PACKAGE_PYTHON3
-	select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
 	help
 	  Jobs scheduler for managing background task (asyncio).
 


More information about the buildroot mailing list