From 05cdba0459399ae41da4631f654e1c1c9aee3015 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Mon, 24 Sep 2007 15:26:50 -0400 Subject: [PATCH] Deal with allowDeps in remove --- backends/conary/helpers/conaryBackend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/conary/helpers/conaryBackend.py b/backends/conary/helpers/conaryBackend.py index df6773a85..42ebbdd6f 100644 --- a/backends/conary/helpers/conaryBackend.py +++ b/backends/conary/helpers/conaryBackend.py @@ -248,7 +248,7 @@ class PackageKitConaryBackend(PackageKitBaseBackend): self.error(ERROR_PACKAGE_ALREADY_INSTALLED, 'Package was not found') - def remove(self, package_id): + def remove(self, allowDeps, package_id): ''' Implement the {backend}-remove functionality '''