yum can't do get_requires yet, so don't advertise it

This commit is contained in:
Richard Hughes 2007-10-26 14:40:56 +01:00
parent 57f4b15e49
commit 62cfbe805a

View File

@ -61,7 +61,7 @@ PK_BACKEND_OPTIONS (
pk_backend_python_cancel, /* cancel */ pk_backend_python_cancel, /* cancel */
pk_backend_python_get_depends, /* get_depends */ pk_backend_python_get_depends, /* get_depends */
pk_backend_python_get_description, /* get_description */ pk_backend_python_get_description, /* get_description */
pk_backend_python_get_requires, /* get_requires */ NULL, /* get_requires */
NULL, /* get_update_detail */ NULL, /* get_update_detail */
pk_backend_python_get_updates, /* get_updates */ pk_backend_python_get_updates, /* get_updates */
pk_backend_python_install_package, /* install_package */ pk_backend_python_install_package, /* install_package */