[Buildroot] [PATCH 5/5] package/python-mwscrape: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Oct 7 13:33:26 UTC 2016


Hello,

On Thu,  6 Oct 2016 06:48:58 +0200, Bernd Kuhls wrote:

> +config BR2_PACKAGE_PYTHON_MWSCRAPE
> +	bool "python-mwscrape"
> +	select BR2_PACKAGE_PYTHON_COUCHDB
> +	select BR2_PACKAGE_PYTHON_FUTURES if BR2_PACKAGE_PYTHON
> +	select BR2_PACKAGE_PYTHON_MWCLIENT
> +	select BR2_PACKAGE_PYTHON_PYLRU

I suspect some of those are runtime dependencies. Could you double
check this?

> +PYTHON_MWSCRAPE_DEPENDENCIES = python-couchdb \
> +	$(if $(BR2_PACKAGE_PYTHON),python-futures,) \
> +	python-mwclient \
> +	python-pylru

And update this accordingly?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list