This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add support for the AutoReq flag in bdist_rpm
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jafo Nosy List: atuining, jafo
Priority: normal Keywords: patch

Created on 2004-09-03 18:49 by atuining, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bdist_rpm.py.noautoreq.patch atuining, 2004-09-03 18:49
Messages (2)
msg46843 - (view) Author: Anthony Tuininga (atuining) * Date: 2004-09-03 18:49
This patch supplies a new option to bdist_rpm to allow
the setting of the AutoReq flag in RPM to false. This
ensures that no dependencies are calculated
automatically. If you have further questions or want
the name of the option changed, please feel free to ask.
msg46844 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2004-09-17 08:37
Logged In: YES 
user_id=81797

I have committed this change into the trunk, and asked about
their inclusion in 2.4.
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40864
2004-09-03 18:49:36atuiningcreate