update JCL dependency version
This commit is contained in:
2
debian/control
vendored
2
debian/control
vendored
@@ -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
|
||||
|
||||
2
setup.py
2
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:
|
||||
|
||||
Reference in New Issue
Block a user