[Buildroot] [PATCH] python-can: bump to 1.5.2

Peter Korsgaard peter at korsgaard.com
Tue May 16 19:29:41 UTC 2017


>>>>> "yegorslists" == yegorslists  <yegorslists at googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists at googlemail.com>
 > Also add Python SQLite3 dependency that first appeared in 1.5.2.

 > Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
 > ---
 >  package/python-can/Config.in       | 2 ++
 >  package/python-can/python-can.hash | 6 +++---
 >  package/python-can/python-can.mk   | 4 ++--
 >  3 files changed, 7 insertions(+), 5 deletions(-)

 > diff --git a/package/python-can/Config.in b/package/python-can/Config.in
 > index 6b4e0fa76..465d2ee58 100644
 > --- a/package/python-can/Config.in
 > +++ b/package/python-can/Config.in
 > @@ -1,5 +1,7 @@
 >  config BR2_PACKAGE_PYTHON_CAN
 >  	bool "python-can"
 > +	select BR2_PACKAGE_PYTHON_SQLITE if BR2_PACKAGE_PYTHON
 > +	select BR2_PACKAGE_PYTHON3_SQLITE if BR2_PACKAGE_PYTHON3

We normally add # runtime to explain why this dependency isn't added to
_DEPENDENCIES.

Committed to next with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list