blob: 919f91ecb1ef70959a1f9ba13c88321aad59c13c [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001inherit distutils
2require python-pycrypto.inc
3
4SRC_URI += "file://cross-compiling.patch \
5 file://CVE-2013-7459.patch \
6 "
7
8# We explicitly call distutils_do_install, since we want it to run, but
9# *don't* want the autotools install to run, since this package doesn't
10# provide a "make install" target.
11do_install() {
12 distutils_do_install
13}