Skip to content

Commit

Permalink
Prefer more_itertools to jaraco.itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason R. Coombs committed Jul 27, 2018
1 parent 20ffe08 commit 4827e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@
'vr.runners>=2.10',
'path.py>=7.1',
'yg.lockfile',
'jaraco.itertools',
'more_itertools',
'vr.common>=5.4.2',
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion vr/builder/build.py
Expand Up @@ -13,7 +13,7 @@

import yaml
import path
from jaraco.itertools import always_iterable
from more_itertools import always_iterable

from vr.common.utils import tmpdir, mkdir, file_md5, chowntree
from vr.builder.models import (BuildPack, update_buildpack, update_app,
Expand Down

0 comments on commit 4827e93

Please sign in to comment.