Package: postfix-policyd-spf-python
Version: 2.9.0-3

Hi!

I installed a postfix-policyd-spf-python on debian buster inside a
docker container just like I did on a production system on debian
stretch.

Running /usr/bin/policyd-spf with default configuration yields:
# /usr/bin/policyd-spf
Traceback (most recent call last):
  File "/usr/bin/policyd-spf", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'

Installing python3-pkg-resources on the system resolves the problem.

The container I used here (including pkg-resources dependency):
https://hub.docker.com/r/pschichtel/postfix

~ Phillip Schichtel

Reply via email to