File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
VERSION_mysql_connector=1.0.8
4
4
URL_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 )
6
6
MD5_mysql_connector=1f2dd335c72684d51ee5d34f127d7ca9
7
7
BUILD_mysql_connector=$BUILD_PATH /mysql_connector/$( get_directory $URL_mysql_connector )
8
8
RECIPE_mysql_connector=$RECIPES_PATH /mysql_connector
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
VERSION_paramiko=1.10.1
3
- DEPS_paramiko=(pycrypto hostpython python)
3
+ DEPS_paramiko=(pycrypto python)
4
4
URL_paramiko=http://pypi.python.org/packages/source/p/paramiko/paramiko-$VERSION_paramiko .tar.gz
5
5
MD5_paramiko=4ba105e2d8535496fd633889396b20b7
6
6
BUILD_paramiko=$BUILD_PATH /paramiko/$( get_directory $URL_paramiko )
Original file line number Diff line number Diff line change 2
2
3
3
VERSION_pycrypto=2.5
4
4
URL_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)
6
6
MD5_pycrypto=783e45d4a1a309e03ab378b00f97b291
7
7
BUILD_pycrypto=$BUILD_PATH /pycrypto/$( get_directory $URL_pycrypto )
8
8
RECIPE_pycrypto=$RECIPES_PATH /pycrypto
Original file line number Diff line number Diff line change 2
2
3
3
VERSION_pyopenssl=0.13
4
4
URL_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)
6
6
MD5_pyopenssl= 767bca18a71178ca353dff9e10941929
7
7
BUILD_pyopenssl=$BUILD_PATH /pyopenssl/$( get_directory $URL_pyopenssl )
8
8
RECIPE_pyopenssl=$RECIPES_PATH /pyopenssl
You can’t perform that action at this time.
0 commit comments