#792997 python-pyo: ship pd-pyo

#792997#5
Date:
2015-07-20 11:33:41 UTC
From:
To:
Dear Maintainer,

python-pyo upstream includes a Pd-external for using pyo from within Pure Data.
it would be nice if this external could be shipped in a separate package
 "pd-pyo".

caveats: python-pyo currently includes a local copy of m_pd.h, which is very
outdated (taken from Pd-0.41-4).
Instead any external should be build against the headers provided by the
puredata-dev package (the easiest way would probably be to patch pyo~.c to
include <pd/m_pd.h> instead of "m_pd.h")