mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-25 20:46:17 +02:00
plplot: mark plplot-python as broken and explain why that is so.
This commit is contained in:
parent
c32c234619
commit
31e8e5bb39
@ -152,12 +152,15 @@ endef
|
||||
define Package/plplot-python
|
||||
$(call Package/plplot/Default)
|
||||
DEPENDS:= +plplot +python
|
||||
TITLE+= (Python bindings)
|
||||
TITLE+= (!BROKEN! Python bindings)
|
||||
endef
|
||||
|
||||
define Package/plplot-python/description
|
||||
$(call Package/plplot/Default/description)
|
||||
This package contains the Plplot bindings for Python
|
||||
This package contains the Plplot bindings for Python.
|
||||
Note that this needs either the Pythnon-Numpy or Python-Numeric library
|
||||
to work. Both haven\'t been ported yet, so plplot-python is
|
||||
disfunctional!
|
||||
endef
|
||||
|
||||
define Package/plplot-octave
|
||||
|
Loading…
Reference in New Issue
Block a user