mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-22 23:23:30 -06:00
fe17d187f9
The presence of IPA packages on PyPI revealed an interesting issue with make wheel_bundle. pip gives final releases a higher precedence than our development packages. make wheel_bundle downloads ipa 4.5.0 from PyPI instead of using our own wheels. Use a constraint file to enforce correct versions. https://pagure.io/freeipa/issue/6468 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
# placeholder
|
|
freeipa == @VERSION@
|
|
ipa == @VERSION@
|
|
# actual packages
|
|
ipaclient == @VERSION@
|
|
ipalib == @VERSION@
|
|
ipaplatform == @VERSION@
|
|
ipapython == @VERSION@
|
|
ipaserver == @VERSION@
|
|
ipatests == @VERSION@
|
|
|