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

SRC_URI += "file://0001-Replace-time.clock-with-time.process_time.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() {
       distutils3_do_install
}