mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
b64ec75788
FreeIPA is not yet compatible with pylint 1.7.1+. Enforce pylint 1.6.x until all issues have been addressed. Related: https://pagure.io/freeipa/issue/6874 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
# placeholder
|
|
freeipa == @VERSION@
|
|
ipa == @VERSION@
|
|
# actual packages
|
|
ipaclient == @VERSION@
|
|
ipalib == @VERSION@
|
|
ipaplatform == @VERSION@
|
|
ipapython == @VERSION@
|
|
ipaserver == @VERSION@
|
|
ipatests == @VERSION@
|
|
|
|
# see https://pagure.io/freeipa/issue/6874
|
|
pylint < 1.7
|