]> git.notmuchmail.org Git - notmuch/commit - bindings/python/setup.py
Revert "python: Simplify setup.py"
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 24 Aug 2011 06:54:58 +0000 (08:54 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 24 Aug 2011 06:54:58 +0000 (08:54 +0200)
commit73f104445bda7e3475d914935c24210857d56c46
tree9e4a2c4bcab82ec0862b90f727ff887b79d779cc
parentd143757a54bb3b45b693dbe2414420ebdd0049a7
Revert "python: Simplify setup.py"

This reverts commit 8826fc2d7b4e59afdd8cea06891a0c43245340c5.

It seems that importing the module in setup.py is controversial at best,
as it will fail for users that don't have all dependencies
installed. This was the case in e.g. the Ubuntu autobuilder, so building
notmuch failed. The plan is to create an autogenerated setup.py that can
be used for version information.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
bindings/python/setup.py