8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12f0005 + 31fe43a commit 5289ab1Copy full SHA for 5289ab1
pythonforandroid/recipes/m2crypto/__init__.py
@@ -3,7 +3,7 @@
3
import sh
4
5
class M2CryptoRecipe(PythonRecipe):
6
- version = '0.23.0'
+ version = '0.24.0'
7
url = 'https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-{version}.tar.gz'
8
#md5sum = '89557730e245294a6cab06de8ad4fb42'
9
depends = ['openssl', 'hostpython2', 'python2', 'setuptools']
@@ -13,8 +13,6 @@ class M2CryptoRecipe(PythonRecipe):
13
def build_arch(self, arch):
14
env = self.get_recipe_env(arch)
15
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')
18
# Build M2Crypto
19
hostpython = sh.Command(self.hostpython_location)
20
shprint(hostpython,
0 commit comments