Skip to content

Commit 8a5955d

Browse files
committed
Disable the python 27 installer for now - the webengine build starts under py3.7.4
1 parent a242129 commit 8a5955d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ def _system_package_architecture(self):
146146
return ""
147147

148148
def build_requirements(self):
149-
call("conan remote add --force conan-hdim http://cytosplore.lumc.nl:8081/artifactory/api/conan/conan-local")
149+
# call("conan remote add --force conan-hdim http://cytosplore.lumc.nl:8081/artifactory/api/conan/conan-local")
150150
if tools.os_info.is_windows and self.settings.compiler == "Visual Studio":
151151
self.build_requires("jom_installer/1.1.2@bincrafters/stable")
152-
self.build_requires("python_installer/2.7.16@py27/testing")
152+
# self.build_requires("python_installer/2.7.16@py27/testing")
153153
if self.settings.os == 'Linux':
154154
if not tools.which('pkg-config'):
155155
self.build_requires('pkg-config_installer/0.29.2@bincrafters/stable')

0 commit comments

Comments
 (0)