Ahhhh ... found it .....
it's lines 156 to line 166 of setup.py:
rpm_distros = {
'suse_options': { 'version_suffix': 'SuSE',
'requires': """python >= 2.3
subversion >= 1.0.0
pysqlite >= 0.4.3
clearsilver >= 0.9.3
httpd""" },
'fedora_options': { 'version_suffix': 'fc'}
}
I'm not sure how this all works ... but shouldn't these be taken from
the .spec file and not overwritten by the setup.py ? In any event ...
I think the dependencies need to be listed for the fedora_options as
well .... or is there a reason for them not being in there?
Respectfully,
Christopher Taylor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---