From df6e494b77fde6526508a2b23d87bf609d5d2d72 Mon Sep 17 00:00:00 2001 From: attakei Date: Thu, 6 Nov 2014 22:34:19 +0900 Subject: [PATCH] Remove duplicated checkbin() --- buildozer/targets/ios.py | 1 - 1 file changed, 1 deletion(-) diff --git a/buildozer/targets/ios.py b/buildozer/targets/ios.py index 663b1196b..b26d9a208 100644 --- a/buildozer/targets/ios.py +++ b/buildozer/targets/ios.py @@ -67,7 +67,6 @@ def check_requirements(self): checkbin('Xcode xcodebuild', 'xcodebuild') checkbin('Xcode xcode-select', 'xcode-select') checkbin('Git git', 'git') - checkbin('Cython', 'cython') checkbin('Mercurial', 'hg') checkbin('Cython cython', 'cython') checkbin('pkg-config', 'pkg-config')