From e75973eefcfb8e0b264187e49cc77462fe56d956 Mon Sep 17 00:00:00 2001 From: David Rousselie Date: Sat, 8 Oct 2011 13:00:32 +0200 Subject: [PATCH] update JCL dependency version --- debian/control | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8ed7c49..d6a19cb 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: python-jmc Architecture: all -Depends: ${python:Depends}, python-jcl (>= 0.1rc1) +Depends: ${python:Depends}, python-jcl (>= 0.1rc2) Provides: ${python:Provides} Description: JMC is an email gateway for Jabber JMC is a jabber service to check email from POP3 and IMAP4 server and diff --git a/setup.py b/setup.py index 418b410..2da15c7 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ email accounts.""", "tests"]), entry_points={'console_scripts': ['jmc=jmc.runner:main']}, test_suite='jmc.tests.suite', - install_requires=["jcl==0.1b3"]) + install_requires=["jcl==0.1rc2"]) if len(sys.argv) >= 2 and sys.argv[1] == "install" \ and not "--single-version-externally-managed" in sys.argv: