mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package: fix python upgrade fallout
A number of packages depended on the libpython make target for python support, which no longer exist. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -19,6 +19,6 @@ DBUS_PYTHON_CONF_ENV = am_cv_pathless_PYTHON=python \
|
||||
|
||||
DBUS_PYTHON_CONF_OPT = --disable-html-docs --disable-api-docs
|
||||
|
||||
DBUS_PYTHON_DEPENDENCIES = dbus-glib libpython
|
||||
DBUS_PYTHON_DEPENDENCIES = dbus-glib python
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,dbus-python))
|
||||
|
||||
Reference in New Issue
Block a user