[patch] install elementtree package
Norbert Tretkowski
tretkowski at inittab.de
Fri Apr 15 21:42:07 BST 2005
Hi,
I'm currently preparing the Debian package of bazaar-ng, and found a
small problem in setup.py:
--- bzr-0.0.3.orig/setup.py 2005-04-06 03:55:36.000000000 +0000
+++ bzr-0.0.3/setup.py 2005-04-15 20:37:07.000000000 +0000
@@ -13,5 +13,5 @@
url='http://www.bazaar-ng.org/',
description='Friendly distributed version control system',
license='GNU GPL v2',
- packages=['bzrlib'],
+ packages=['bzrlib','elementtree'],
scripts=['bzr'])
Regards, Norbert
More information about the bazaar
mailing list