setup.py does not accept the options --root, --prefix, --record-rpm

Bug #518406 reported by Werner Hoch
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-meep
New
Undecided
Unassigned
1.2
In Progress
Undecided
Emmanuel Lambert

Bug Description

Hi there,

when creating rpm packages, you usually need the setup options: --root, --prefix, --record-rpm.

Currently getopt does not accept those options.

As workaround I've changed the getopt line in setup.py:
optlist, a = getopt.getopt(sys.argv[2:], 'I:L:',['all', 'root=', 'record-rpm=', 'prefix='])

Regards
Werner

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.