File python-crypto-remove_bogus_shebang.patch of Package python-crypto
--- lib/Crypto/Util/RFC1751.py.orig 2010-11-02 16:56:58.000000000 +0100 +++ lib/Crypto/Util/RFC1751.py 2010-11-02 16:57:03.000000000 +0100 @@ -1,4 +1,3 @@ -#!/usr/local/bin/python # rfc1751.py : Converts between 128-bit strings and a human-readable # sequence of words, as defined in RFC1751: "A Convention for # Human-Readable 128-bit Keys", by Daniel L. McDonald.