diff options
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,7 +62,8 @@ class Package: "release" : False, "arch" : False, "license" : False, - "location": False} + "location": False, + "depends" : False,} def __setitem__(self, key, item): if key in self.package_info.keys(): |