diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-12-31 07:56:15 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-12-31 07:56:15 +0000 |
commit | b2ab3ab827945bddd304c48afae78f09ffce956a (patch) | |
tree | 54bfad936d73ade15c4af6a73f299404e5f299f4 /devel/Makefile | |
parent | f48f86101a9c53a2ae9362fc2f0b4f5aefcaf33c (diff) |
Add py-libvirt 1.2.0, python bindings for Libvirt virtualization API.
Many thanks to kwm@ for initial port work :)
And to novel@ for testing that it actually works!
Notes
Notes:
svn path=/head/; revision=338260
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ff1174e34eba..27091710e560 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3641,6 +3641,7 @@ SUBDIR += py-levenshtein SUBDIR += py-liblarch SUBDIR += py-libplist + SUBDIR += py-libvirt SUBDIR += py-ll-core SUBDIR += py-lock_file SUBDIR += py-lockfile |