mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Added 'boolean_options' list to support config file parsing.
This commit is contained in:
parent
817dc098ef
commit
99b032eaf2
15 changed files with 31 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ class bdist_rpm (Command):
|
|||
"RPM 2 compatibility mode"),
|
||||
]
|
||||
|
||||
boolean_options = ['keep-temp', 'rpm2-mode']
|
||||
|
||||
negative_opt = {'no-keep-temp': 'keep-temp',
|
||||
'no-rpm-opt-flags': 'use-rpm-opt-flags',
|
||||
'rpm2-mode': 'rpm3-mode'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue