Hello Postgres packagers,
After upgrading from Fedora 43 -> 44, I can no longer install patroni-consul:
```
dnf install patroni-consul
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
- nothing provides py-consul >= 1.6.0 needed by patroni-consul-4.1.2-3PGDG.f44.noarch from postgreSQL
- nothing provides py-consul >= 1.6.0 needed by patroni-consul-4.1.3-1PGDG.f44.noarch from postgreSQL
You can try to add to command line:
--skip-broken to skip uninstallable packages
```
This seems to be available on Fedora 43:
```
dnf provides py-consul
Updating and loading repositories:
Repositories loaded.
py-consul-1.6.0-45PGDG.f43.noarch : Python client for Consul
Repo : @System
Matched From :
Provide : py-consul = 1.6.0-45PGDG.f43
py-consul-1.6.0-45PGDG.f43.noarch : Python client for Consul
Repo : postgreSQL
Matched From :
Provide : py-consul = 1.6.0-45PGDG.f43
```
Thanks for looking,
~Brian (Libera IRC: inflatador)