Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: PyOpenGL - Python bindings for OpenGL https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234121 mtasaka@xxxxxxxxxxxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+ ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-03-30 14:24 EST ------- Well, this script. /usr/lib/python2.5/site-packages/OpenGL/arrays/numarrays.py -------------------------------------------- 1 """NumArray implementation of the OpenGL-ctypes array interfaces 2 """ 3 REGISTRY_NAME = 'numarray' 4 try: 5 import numarray 6 except ImportError, err: 7 raise ImportError( """No numarray module present: %s"""%(err)) 8 import operator 9 --------------------------------------------- However, it seems that this script is not called by any other scripts in PyOpenGL. Since I think it is too strict to create subpackages only for this script and I don't think this script should be removed (perhaps someone may use this), so I think it is okay to leave this. ---------------------------------------------- This package (PyOpenGL) is APPROVED by me. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review