blob: e13db01b7fbefa31708628bfc837e31d8a149c14 [file] [log] [blame]
inherit distutils
require python-pycrypto.inc
# 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
}