blob: a20eafec4341d617f5a5f5c79586690c78cd9643 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001inherit distutils3
2require python-pycrypto.inc
3
Andrew Geissler82c905d2020-04-13 13:39:40 -05004SRC_URI += "file://0001-Replace-time.clock-with-time.process_time.patch"
5
Brad Bishop316dfdd2018-06-25 12:45:53 -04006# We explicitly call distutils_do_install, since we want it to run, but
7# *don't* want the autotools install to run, since this package doesn't
8# provide a "make install" target.
9do_install() {
10 distutils3_do_install
11}