To work around my problem I've changed state dev-python/confluent-kafka to
this variant:
dev-python/confluent-kafka:
cmd.run:
- name: emerge dev-python/confluent-kafka
- require:
- confluent-kafka-1.7.0.ebuild
- dev-libs/librdkafka
- add_guru
It works !
Thanks.
чт, 24 февр. 2022 г. в 00:55, Matt Connell (Gmail) <
[email protected]>:
> On Wed, 2022-02-23 at 11:28 +0300, Anatoly Oreshkin wrote:
> > Unfortunately specifying dev-python/confluent-kafka::guru hasn't
> > helped.
>
> Unfortunately I don't have any better ideas. I've had more problems
> with the pkg.installed state than any other single thing in Salt.
>
> If you states don't need to be extended to other platforms, you could
> just resort to cmd.run again. Seems you're already doing that with
> emaint anyway.
>
>
>