get rid of the SpiffSignal dependency.

This commit is contained in:
Samuel Abels
2012-02-07 16:08:06 +01:00
parent ac606a6ddc
commit 74d209c4bd
21 changed files with 412 additions and 209 deletions

View File

@ -22,7 +22,7 @@ to API stability at this time.
license = 'lGPLv2',
package_dir = {'': srcdir},
packages = [p for p in find_packages(srcdir)],
requires = ['SpiffSignal'],
requires = [],
keywords = 'spiff guard acl acls security authentication object storage',
url = 'http://code.google.com/p/spiff-workflow/',
classifiers = [