Use new irc client and remove old jaraco irc dependencies

New IRC irc==15.0.1 got released and causing dependency failures.
Remove the old jaraco pins and let them get installed as needed by
the latest irc version.

Change-Id: Icc980e80ac0074a15bd7f463f43f34a27f327a61
This commit is contained in:
Ramy Asselin 2016-09-12 13:59:38 -07:00
parent 964e9ad646
commit 80062051dd
1 changed files with 1 additions and 7 deletions

View File

@ -4,13 +4,7 @@ pytz
pyelasticsearch<1.0
gerritlib
python-daemon<2.0 # BUg https://storyboard.openstack.org/#!/story/2000107
# irc depends on jaraco modules. jaraco.functools 1.6 attempts to import
# backports which do not exist. This appears to be a dependency issue
# upstream. Avoid this by forcing the use of older jaraco.functools.
jaraco.functools<1.6
jaraco.itertools<1.6
jaraco.collections<1.2
irc!=11.1
irc>=15.0.1
pyyaml
lockfile
pbr>=1.6