Use getopt instead of argparse

On RHEL5 and RHEL6 there is not argparse, and 'make rpm' fails because of this.
With this change it works, and I can test and fix my own documentation...
This commit is contained in:
Dag Wieers
2012-10-09 12:10:32 +02:00
parent 4bd17ee518
commit 2dcd0846ab
2 changed files with 65 additions and 51 deletions

View File

@@ -114,7 +114,7 @@ python:
install:
python setup.py install
sdist: clean
sdist: clean docs
python setup.py sdist -t MANIFEST.in
rpmcommon: sdist