gr.add_option('--why-needed',
help=("TARGET:DEPENDENCY check why TARGET needs DEPENDENCY"),
- action='store', type='str', dest='WHYNEEDED', default=None)
+ action='store', type=str, dest='WHYNEEDED', default=None)
gr.add_option('--show-duplicates',
help=("Show objects which are included in multiple binaries or libraries"),
action='store_true', dest='SIGN_RELEASE')
gr.add_option('--tag',
help='tag release in git at the same time',
- type='string', action='store', dest='TAG_RELEASE')
+ type=str, action='store', dest='TAG_RELEASE')
opt.add_option('--disable-python',
help='do not generate python modules',
opt.add_option('--with-system-mitkdc',
help=('Specify the path to the krb5kdc binary from MIT Kerberos'),
- type="string",
+ type=str,
dest='with_system_mitkdc',
default=None)
opt.add_option('--vendor-suffix',
help=('Specify a vendor (or packager) name to include in the version string'),
- type="string",
+ type=str,
dest='SAMBA_VERSION_VENDOR_SUFFIX',
default=None)