Skip to content

Commit

Permalink
Updated setup and code to work with the latest set of library versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Aug 26, 2010
1 parent 2854d28 commit 334d542
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This package provides a NIST SP 800-57 compliant Key Management Infrastructure

To get started do::

$ python boostrap.py # Must be Python 2.5
$ python boostrap.py # Must be Python 2.5 or higher
$ ./bin/buildout # Depends on successfull compilation of M2Crypto
$ ./bin/runserver # or ./bin/paster serve server.ini

Expand Down
6 changes: 6 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[buildout]
develop = .
extends = http://download.zope.org/bluebream/bluebream-1.0b3.cfg
parts = test coverage-test coverage-report python paster runserver testclient ctags
versions = versions

[test]
recipe = zc.recipe.testrunner
Expand Down Expand Up @@ -51,3 +53,7 @@ arguments = ['serve', 'server.ini']
[testclient]
recipe = zc.recipe.egg
eggs = keas.kmi

[versions]
setuptools = 0.6c12dev-r84273
zc.buildout = 1.5.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ def read(*rnames):
],
),
install_requires = [
'M2Crypto>=0.18',
'M2Crypto',
'ZODB3',
'setuptools',
'z3c.rest',
'zope.app.wsgi',
'zope.annotation',
'zope.component',
'zope.container',
Expand Down
1 change: 0 additions & 1 deletion src/keas/kmi/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import os

import zope.app.appsetup
from zope.app.wsgi import getWSGIApplication


Expand Down

0 comments on commit 334d542

Please sign in to comment.