Fix option parsing in pythondistdeps

Followup for d636ab1.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-03-02 14:09:27 -05:00
parent a8d41dbadf
commit f8a75ae6a2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from distutils.sysconfig import get_python_lib
opts, args = getopt(
argv[1:], 'hPRrCOEMLl:',
argv[1:], 'hPRrCEMLl:',
['help', 'provides', 'requires', 'recommends', 'conflicts', 'extras', 'majorver-provides', 'legacy-provides' , 'legacy'])
Provides = False