daniel 1aef15ef64 fix angrydd crashing when numpy is missing at runtime
Way back in the mists of time, steven@ noticed that angrydd crashes without
py-Numeric. This is because angrydd uses surfarray from pygame, and older
versions of pygame needed py-Numeric at runtime for the surfarray module.

These days, pygame transitioned from py-Numeric to py-numpy so fix the
RDEP for angrydd.

Confirmed by me that angrydd does indeed crash if py-numpy is missing.

ok kmos@
2020-10-17 16:58:42 +00:00
..