-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
python-pep8 package is used to check the sanity and syntex of python code.
During rpm building process, we donot perform syntex checking of the code as it
is handled by project ci itself or by using tox.ini.
In RDO Packages, at most places python-pep8 is used as BuildRequires or Requires.
What to improve:
- Clone keystoneauth1-distgit spec file by doing git clone https://github.com/rdo-packages/keystoneauth1-distgit
- Go to keystoneauth1-distgit and open python-keystoneauth1.spec in editor.
- You can find Requires: python-pep8 OR/AND BuildRequires: python-pep8 in spec file.
- We need to remove those lines from spec file.
- Once done! Make changes, add and commit it and send a Gerrit Review.
- Please cross checklist
before sending Gerrit Review.
Example Spec containing the above fix:
Below is the list of packages which need same fixes:
Mentors
- chandankumar