]> git.ipfire.org Git - thirdparty/lxc.git/commit
python-lxc: use setuptools instead of distutils 1035/head
authorAleksandr Mezin <mezin.alexander@gmail.com>
Mon, 30 May 2016 21:13:24 +0000 (03:13 +0600)
committerAleksandr Mezin <mezin.alexander@gmail.com>
Mon, 30 May 2016 22:18:04 +0000 (04:18 +0600)
commitf6ab2204b7b2e5f114092ea312181a9aab314186
treecfa72b7894072611415b658cb369715577c7e18c
parent0a8fca094e61abd5332bcf43f321ede0bdb5fda7
python-lxc: use setuptools instead of distutils

setuptools is recommended by Python Packaging Guide
https://python-packaging-user-guide.readthedocs.io/en/latest/current/

It contains some useful extensions like 'develop' command. Also it
is required for building wheels AFAIK.

The only downside is an extra build-time dependency. setuptools are
packaged in both Debian and Ubuntu (python3-setuptools), as well as
other major distros, so it shouldn't be an issue, I think.

Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
.travis.yml
lxc.spec.in
src/python-lxc/setup.py