All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/2019.02.x] package/python-aiojobs: drop aiohttp dependency
@ 2019-03-27 14:39 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2019-03-27 14:39 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=5113a17c334f6815f72db145239ef0dd17782d32
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

aiohttp isn't a required dependency for aiojobs

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 53e3860a0e22fca5348a781a5b2e70c19403d172)
Signed-off-by: Peter Korsgaard <peter@korsgaard.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).
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-27 14:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27 14:39 [Buildroot] [git commit branch/2019.02.x] package/python-aiojobs: drop aiohttp dependency Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.