Skip to content

Commit

Permalink
Bump Conan to 1.9.2 (#6797)
Browse files Browse the repository at this point in the history
This takes care of a few issues with conan 1.4 (mostly related to Clang version parsing). cc: @cosmicexplorer
  • Loading branch information
CMLivingston authored and Stu Hood committed Nov 21, 2018
1 parent 13a1ce8 commit bc4df78
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/python/pants/backend/native/subsystems/conan.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,7 @@ class Conan(ExecutablePexTool):
# TODO: It would be great if these requirements could be drawn from a BUILD file (potentially with
# a special target specified in BUILD.tools)?
default_conan_requirements = (
'conan==1.4.4',
'PyJWT>=1.4.0, <2.0.0',
'requests>=2.7.0, <3.0.0',
'colorama>=0.3.3, <0.4.0',
'PyYAML>=3.11, <3.13.0',
'patch==1.16',
'fasteners>=0.14.1',
'six>=1.10.0',
'node-semver==0.2.0',
'distro>=1.0.2, <1.2.0',
'pylint>=1.8.1, <1.9.0',
'future==0.16.0',
'pygments>=2.0, <3.0',
'astroid>=1.6, <1.7',
'deprecation>=2.0, <2.1'
'conan==1.9.2',
)

@classmethod
Expand Down

0 comments on commit bc4df78

Please sign in to comment.