The current recipe for MISO fails to install the executables. The first patch fixes this by patching "setup.py" to use "setuptools" rather than "distutils.core". It also adds new native inputs, because these executables require testing. The second patch changes the protocol of the tarball URL from http to https; pypi redirects to https. ~~ Ricardo