INSTALL: Python 3 should be fine now

This commit is contained in:
Ville Skyttä 2015-07-08 12:25:37 +03:00
parent 2a15473c20
commit 95e6e64d1d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
You need the following utilities to run rpmlint:
o python 2.x (x >= 6)
o python 2.6 or newer
o rpm 4.4.2.2 or newer and its python bindings
o libmagic and its python bindings (optional)
o readelf
@ -13,7 +13,7 @@ You need the following utilities to run rpmlint:
and the following programs to install it:
o python 2.x (x >= 6)
o python 2.6 or newer
o rpm python bindings 4.4 or newer
o sed
o pytest (for running the test suite)