File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33VERSION_mysql_connector=1.0.8
44URL_mysql_connector=http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-$VERSION_mysql_connector .tar.gz
5- DEPS_mysql_connector=()
5+ DEPS_mysql_connector=(python )
66MD5_mysql_connector=1f2dd335c72684d51ee5d34f127d7ca9
77BUILD_mysql_connector=$BUILD_PATH /mysql_connector/$( get_directory $URL_mysql_connector )
88RECIPE_mysql_connector=$RECIPES_PATH /mysql_connector
Original file line number Diff line number Diff line change 11#! /bin/bash
22VERSION_paramiko=1.10.1
3- DEPS_paramiko=(pycrypto hostpython python)
3+ DEPS_paramiko=(pycrypto python)
44URL_paramiko=http://pypi.python.org/packages/source/p/paramiko/paramiko-$VERSION_paramiko .tar.gz
55MD5_paramiko=4ba105e2d8535496fd633889396b20b7
66BUILD_paramiko=$BUILD_PATH /paramiko/$( get_directory $URL_paramiko )
Original file line number Diff line number Diff line change 22
33VERSION_pycrypto=2.5
44URL_pycrypto=http://pypi.python.org/packages/source/p/pycrypto/pycrypto-$VERSION_pycrypto .tar.gz
5- DEPS_pycrypto=(openssl hostpython python)
5+ DEPS_pycrypto=(openssl python)
66MD5_pycrypto=783e45d4a1a309e03ab378b00f97b291
77BUILD_pycrypto=$BUILD_PATH /pycrypto/$( get_directory $URL_pycrypto )
88RECIPE_pycrypto=$RECIPES_PATH /pycrypto
Original file line number Diff line number Diff line change 22
33VERSION_pyopenssl=0.13
44URL_pyopenssl=http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-$VERSION_pyopenssl .tar.gz
5- DEPS_pyopenssl=(openssl hostpython python)
5+ DEPS_pyopenssl=(openssl python)
66MD5_pyopenssl= 767bca18a71178ca353dff9e10941929
77BUILD_pyopenssl=$BUILD_PATH /pyopenssl/$( get_directory $URL_pyopenssl )
88RECIPE_pyopenssl=$RECIPES_PATH /pyopenssl
You can’t perform that action at this time.
0 commit comments