diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-30 12:39:20 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-30 17:45:55 +0200 |
commit | 484c04878e5e76cdc0cc33c7646f98ab41698a7e (patch) | |
tree | a2f58f2b4a84b7a3df96bcc1b05fe080220a03cf /package/python-m2crypto/python-m2crypto.hash | |
parent | 41e12ab4b44614adb41dd6fb6dd5eadf3d01e107 (diff) | |
download | buildroot-484c04878e5e76cdc0cc33c7646f98ab41698a7e.tar.gz buildroot-484c04878e5e76cdc0cc33c7646f98ab41698a7e.zip |
python-m2crypto: remove
It only provided the host variant, which was only used by crda (no
longer necessary), and wasn't available as a host selection.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-m2crypto/python-m2crypto.hash')
-rw-r--r-- | package/python-m2crypto/python-m2crypto.hash | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/python-m2crypto/python-m2crypto.hash b/package/python-m2crypto/python-m2crypto.hash deleted file mode 100644 index 4ac180f870..0000000000 --- a/package/python-m2crypto/python-m2crypto.hash +++ /dev/null @@ -1,3 +0,0 @@ -# md5 from https://pypi.python.org/pypi/M2Crypto/, sha256 locally computed -md5 8e87235942c76d1ba9f999ee33764fdb M2Crypto-0.24.0.tar.gz -sha256 80a56441a1d2c0cf27e725be7554c92598b938fc8767ee2c71fdbc2fdc055ee8 M2Crypto-0.24.0.tar.gz |