Set config.os_packages to an empty set instead of None

This commit is contained in:
Ben Allen
2017-10-01 17:03:43 +00:00
committed by Matthew Johnson
parent ce439d8c93
commit aebec79340
+1 -1
View File
@@ -53,7 +53,7 @@ autoreconf = False
license_fetch = None
license_show = None
git_uri = None
os_packages = None
os_packages = set()
config_file = None
old_version = None
old_patches = list()