From 7a461a2f3bf64a1399e3c047bc6de11ba4487f65 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 10 Oct 2010 14:46:57 +0200 Subject: [PATCH] fix dep --HG-- branch : trunk --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf77bb3f4..f2d0fe8df 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def main(): author='holger krekel, Guido Wesdorp, Carl Friedrich Bolz, Armin Rigo, Maciej Fijalkowski & others', author_email='holger at merlinux.eu', entry_points= make_entry_points(), - install_requires=['pylib>=1.3.9'], + install_requires=['pylib>=1.9.9'], classifiers=['Development Status :: 6 - Mature', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License',