diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2017-08-01 11:44:21 +0200 |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2017-08-01 09:49:25 +0000 |
commit | 9a05d0e4db172168e429f30bc8ed62b695006490 (patch) | |
tree | 6a7a6b2f7e3410bb9ddc3ef9a200156f2bf623e1 /chromium/third_party/pyelftools/setup.py | |
parent | 6ec7b8da05d21a3878bd21c691b41e675d74bb1c (diff) | |
download | qtwebengine-chromium-9a05d0e4db172168e429f30bc8ed62b695006490.tar.gz |
BASELINE: Update Chromium to 60.0.3112.78
Change-Id: I58f9d14bddb9104a666b6ef869944111ee7eadb8
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/pyelftools/setup.py')
-rw-r--r-- | chromium/third_party/pyelftools/setup.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chromium/third_party/pyelftools/setup.py b/chromium/third_party/pyelftools/setup.py index c6beb1682f0..3103e19892e 100644 --- a/chromium/third_party/pyelftools/setup.py +++ b/chromium/third_party/pyelftools/setup.py @@ -24,11 +24,11 @@ setup( description='Library for analyzing ELF files and DWARF debugging information', long_description=description, license='Public domain', - version='0.22', + version='0.20', author='Eli Bendersky', maintainer='Eli Bendersky', author_email='eliben@gmail.com', - url='https://github.com/eliben/pyelftools', + url='https://bitbucket.org/eliben/pyelftools', platforms='Cross Platform', classifiers = [ 'Programming Language :: Python :: 2', @@ -44,5 +44,7 @@ setup( 'elftools.construct', 'elftools.construct.lib', ], - scripts=['scripts/readelf.py'] + scripts=['scripts/readelf.py'], ) + + |