mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
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>
This commit is contained in:
parent
d6295b1ddb
commit
02a449038e
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PYTHON_MATPLOTLIB
|
config BR2_PACKAGE_PYTHON_MATPLOTLIB
|
||||||
bool "python-matplotlib"
|
bool "python-matplotlib"
|
||||||
depends on !BR2_PACKAGE_PYTHON
|
|
||||||
depends on BR2_PACKAGE_PYTHON3
|
depends on BR2_PACKAGE_PYTHON3
|
||||||
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
|
||||||
select BR2_PACKAGE_FREETYPE # runtime
|
select BR2_PACKAGE_FREETYPE # runtime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user