summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Relax min required libvirt to version 0.9.11Daniel P. Berrange2013-11-221-1/+1
| | | | Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Don't build LXC module when building less than 1.0.2Doug Goldstein2013-11-211-11/+23
| | | | | The functions that the LXC module wraps did not appear until 1.0.2 so we can't build the module unless we're building against 1.0.2 or newer.
* Create array of modules to be builtDoug Goldstein2013-11-211-2/+14
| | | | | | Create an array of modules to be built to allow for flexibility to enable or disable some modules in the future and allow for additional modules to be added easily
* Break generator.py to be called per moduleDoug Goldstein2013-11-211-1/+3
| | | | | | | Since we don't always want to build all the modules, and there might be more modules added in the future but we want to retain backwards compatibility with older libvirts, change generator.py to be called once per module instead of with all modules at once.
* Setup distutils build systemDaniel P. Berrange2013-11-211-0/+270
Create a setup.py for building libvirt python code and add supporting files Signed-off-by: Daniel P. Berrange <berrange@redhat.com>