package/python-matplotlib: drop redundant !PYTHON dependency
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 1 Jun 2019 12:45:26 +0000 (14:45 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 1 Jun 2019 12:47:17 +0000 (14:47 +0200)
commit02a449038e87632f0bcfded8df527bd0a95be355
treeda263bb9cd99e6de94c44525c2441b2de0073771
parentd6295b1ddbabe6a59e6e52203467525b6dce1319
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 <thomas.petazzoni@bootlin.com>
package/python-matplotlib/Config.in