Package and Environment Details (include every applicable attribute)
- Package Name/Version: depot_tools_installer/master@bincrafters/stable
- Operating System+version: Linux Majaro 18
- Compiler+version: gcc-9.1
- Conan version: conan 1.18.1
- Python version: Python 3.7.2
Conan profile (output of conan profile show default
or conan profile show <profile>
if custom profile is in use)
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++
compiler.version=9
os=Linux
os_build=Linux
[options]
[build_requires]
[env]
Steps to reproduce (Include if Applicable)
git clone https://github.com/reneme/conan-crashpad
cd conan-crashpad
conan create .
Logs (Include/Attach if Applicable)
crashpad/ee1d512: Applying build-requirement: depot_tools_installer/master@bincrafters/stable
crashpad/ee1d512: Applying build-requirement: ninja_installer/1.9.0@bincrafters/stable
crashpad/ee1d512: Configuring sources in /home/uilian/.conan/data/crashpad/ee1d512/_/_/source
Traceback (most recent call last):
File "/home/uilian/.conan/data/depot_tools_installer/master/bincrafters/stable/package/cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31/gclient.py", line 95, in <module>
import urlparse
ModuleNotFoundError: No module named 'urlparse'
ERROR: crashpad/ee1d512: Error in source() method, line 53
self.run("gclient config --spec=\"%s\"" % self._make_spec())
ConanException: Error 1 while executing gclient config --spec="solutions=[{\"url\": \"https://chromium.googlesource.com/crashpad/crashpad@ee1d5124a2bfec578a1474b048cf934d92dcf7ba\", \"managed\": False, \"name\": \"crashpad\"}]"
Version stable/20190909 is ready and available! Thanks all for helping!
The pull request above works around the issue. 🎉