summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.py b/config.py
index 6420355..688d6b5 100644
--- a/config.py
+++ b/config.py
@@ -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():