I\'m trying to package a Python project that needs a fortran module module1.f90 to be f2py\'d. That module depends on another module module2.
module1.f90
f2py
module2.