mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
pkgreader.py: add multikey makedepend
This commit is contained in:
parent
921ff34f9d
commit
71338599b5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import logging
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
multikeys = {'depend', 'makepkgopt', 'optdepend', 'replaces', 'conflict',
|
||||
'provides', 'license', 'backup', 'group'}
|
||||
'provides', 'license', 'backup', 'group', 'makedepend'}
|
||||
|
||||
def _add_to_dict(d, key, value):
|
||||
if key in multikeys:
|
||||
|
|
Loading…
Add table
Reference in a new issue