Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <david.rousselie@happycoders.org>2011-10-08 15:00:32 +0400
committerDavid Rousselie <david.rousselie@happycoders.org>2011-10-08 15:00:32 +0400
commite75973eefcfb8e0b264187e49cc77462fe56d956 (patch)
tree908d53545ee8d1a65b06dae4a66691a600596691
parentf2edb33399cc6d1c5955bfeb7b92a9938adcbd55 (diff)
update JCL dependency version
-rw-r--r--debian/control2
-rw-r--r--setup.py2
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: