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@