update JCL dependency version

This commit is contained in:
David Rousselie
2011-10-08 13:00:32 +02:00
parent f2edb33399
commit e75973eefc
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@@ -7,7 +7,7 @@ Standards-Version: 3.8.4
Package: python-jmc Package: python-jmc
Architecture: all Architecture: all
Depends: ${python:Depends}, python-jcl (>= 0.1rc1) Depends: ${python:Depends}, python-jcl (>= 0.1rc2)
Provides: ${python:Provides} Provides: ${python:Provides}
Description: JMC is an email gateway for Jabber Description: JMC is an email gateway for Jabber
JMC is a jabber service to check email from POP3 and IMAP4 server and JMC is a jabber service to check email from POP3 and IMAP4 server and

View File

@@ -77,7 +77,7 @@ email accounts.""",
"tests"]), "tests"]),
entry_points={'console_scripts': ['jmc=jmc.runner:main']}, entry_points={'console_scripts': ['jmc=jmc.runner:main']},
test_suite='jmc.tests.suite', 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" \ if len(sys.argv) >= 2 and sys.argv[1] == "install" \
and not "--single-version-externally-managed" in sys.argv: and not "--single-version-externally-managed" in sys.argv: