Comment 4 for bug 1496292

Revision history for this message
Michael Vogt (mvo) wrote :

I think there is just some stale data in the code:
=== modified file 'aptdaemon/worker/pkworker.py'
--- aptdaemon/worker/pkworker.py 2014-06-26 07:13:49 +0000
+++ aptdaemon/worker/pkworker.py 2016-05-20 07:02:12 +0000
@@ -172,8 +172,6 @@
                                         pk.RoleEnum.GET_UPDATE_DETAIL,
                                         pk.RoleEnum.GET_PACKAGES,
                                         pk.RoleEnum.GET_DETAILS,
- pk.RoleEnum.GET_DEPENDS,
- pk.RoleEnum.GET_REQUIRES,
                                         pk.RoleEnum.SEARCH_NAME,
                                         pk.RoleEnum.SEARCH_DETAILS,
                                         pk.RoleEnum.SEARCH_GROUP,

is probably enough.