pyp2rpm1.1.1 (PyPi release) incompatible with Python 2.6

Issue #24 resolved
Former user created an issue

Please make the code compatible with Python 2.6. It is important for users on CentOS, because its system Python version is 2.6.6.

The effort is low, as there are only two issues:

  • missing numbers of fields in format (Python 2.6 requires them)
  • missing exception FileNotFoundError (I believe this is an issue for Python 2.7 as well)

Attaching code that seems to work with 2.6 (not thouroughly tested).

Thank you for this great tool!

Best, Przemek Wnuk

Comments (2)

  1. Log in to comment