#5 package can't be installed in py3 venv
Closed by tkopecek. Opened by tkopecek.

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/


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.

Metadata
Related Pull Requests