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:
Peter Korsgaard
2011-01-26 11:18:50 +01:00
parent 31a1995ac3
commit 2c3e18cdd8
3 changed files with 3 additions and 3 deletions

View File

@@ -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))