8000 Merge pull request #717 from brussee/m2crypto-0.24.0 · suriyan/python-for-android@5289ab1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5289ab1

Browse files
committed
Merge pull request kivy#717 from brussee/m2crypto-0.24.0
update m2crypto to 0.24.0
2 parents 12f0005 + 31fe43a commit 5289ab1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pythonforandroid/recipes/m2crypto/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sh
44

55
class M2CryptoRecipe(PythonRecipe):
6-
version = '0.23.0'
6+
version = '0.24.0'
77
url = 'https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-{version}.tar.gz'
88
#md5sum = '89557730e245294a6cab06de8ad4fb42'
99
depends = ['openssl', 'hostpython2', 'python2', 'setuptools']
@@ -13,8 +13,6 @@ class M2CryptoRecipe(PythonRecipe):
1313
def build_arch(self, arch):
1414
env = self.get_recipe_env(arch)
1515
with current_directory(self.get_build_dir(arch.arch)):
16-
# Fix missing build dir
17-
shprint(sh.mkdir, '-p', 'build/lib.' + 'linux-x86_64' + '-2.7/M2Crypto')
1816
# Build M2Crypto
1917
hostpython = sh.Command(self.hostpython_location)
2018
shprint(hostpython,

0 commit comments

Comments
 (0)
0