Ansible-builder fails after upgrade to 3.1.0 from 3.0.1 due to:
ERROR: Double requirement given: netaddr>=0.10.1 (from -r /tmp/src/requirements.txt (line 13)) (already in netaddr (from -r /tmp/src/requirements.txt (line 4)), name='netaddr')
In my requirements file this is the only thing specified:
ansible-pylibssh>=1.1.0
Tried specifying newer version of netaddr aswell, with no dice.
Once I downgrade to ansible-builder to 3.0.1 everything works.