Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | inherit distutils3 |
| 2 | require python-pycrypto.inc |
| 3 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 4 | SRC_URI += "file://0001-Replace-time.clock-with-time.process_time.patch" |
| 5 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 6 | # 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. |
| 9 | do_install() { |
| 10 | distutils3_do_install |
| 11 | } |