pip install python-multilib fails under python due to inaccessible /etc/multilib.conf. Setup wants to write this file if it doesn't exist. Difference between py2 and py3 is, that under py2 file is written to venv_dir/etc/multilib.conf while under py3 it tries absolute path /etc/multilib.conf. Probably drop data_files completely? /That's what I've done for koji/
pip install python-multilib
/etc/multilib.conf
venv_dir/etc/multilib.conf
data_files
PR #6
PR #6 is merged, so we can close this.
Metadata Update from @tkopecek: - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/pungi/python-multilib/issues/5
Please continue any further discussion there.