Python: h5py added

This commit is contained in:
2019-08-30 11:08:11 +02:00
parent 6f9b00b106
commit 43a29fe079

View File

@@ -45,6 +45,9 @@ pbuild::post_install() {
std::info "Building nose\n"
pip${V_MAJOR} install nose
std::info "Building h5py\n"
pip${V_MAJOR} install h5py
}