CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/10/17 10:58:42
Modified files:
games/angrydd : Makefile
Log message:
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@