File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments