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 '''