aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb
blob: 919f91ecb1ef70959a1f9ba13c88321aad59c13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
inherit distutils
require python-pycrypto.inc

SRC_URI += "file://cross-compiling.patch \
            file://CVE-2013-7459.patch \
           "

# We explicitly call distutils_do_install, since we want it to run, but
# *don't* want the autotools install to run, since this package doesn't
# provide a "make install" target.
do_install() {
       distutils_do_install
}