mirror of
https://github.com/clearlinux/autospec.git
synced 2026-08-20 14:07:19 +00:00
Set config.os_packages to an empty set instead of None
This commit is contained in:
committed by
Matthew Johnson
parent
ce439d8c93
commit
aebec79340
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user