From: Thomas Petazzoni Date: Sat, 1 Jun 2019 12:45:26 +0000 (+0200) Subject: package/python-matplotlib: drop redundant !PYTHON dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02a449038e87632f0bcfded8df527bd0a95be355;p=buildroot.git package/python-matplotlib: drop redundant !PYTHON dependency Having both: depends on !BR2_PACKAGE_PYTHON depends on BR2_PACKAGE_PYTHON3 is kind of useless, and we don't do that for any other Python package that needs Python 3. So, this commit just drops the depends on !BR2_PACKAGE_PYTHON. Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-matplotlib/Config.in b/package/python-matplotlib/Config.in index 99ad30aa08..c5cb94dac7 100644 --- a/package/python-matplotlib/Config.in +++ b/package/python-matplotlib/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_PYTHON_MATPLOTLIB bool "python-matplotlib" - depends on !BR2_PACKAGE_PYTHON depends on BR2_PACKAGE_PYTHON3 depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS select BR2_PACKAGE_FREETYPE # runtime