diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-28 20:00:43 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-28 21:58:59 +0100 |
| commit | 64f29218b6923c084545bad818d0c080373bd362 (patch) | |
| tree | 7148cd369bad57fcf3aa3d06163c6e3487e5d00e /gnu/packages/python-xyz.scm | |
| parent | b5ed149bfac1a70c2e057795735199a52c9493a1 (diff) | |
gnu: python-pyopengl: Update to 3.1.9.
* gnu/packages/python-xyz.scm (python-pyopengl): Update to 3.1.9.
[native-inputs]: Add python-cython and python-numpy.
Change-Id: I8088e3745cabcf52d317413be2dca3e4c5a641b8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9df1bf45c3f..39cc4d8097e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27774,7 +27774,7 @@ functionality like full case-folding for case-insensitive matches in Unicode.") (define-public python-pyopengl (package (name "python-pyopengl") - (version "3.1.6") + (version "3.1.9") (source (origin (method url-fetch) @@ -27791,7 +27791,9 @@ functionality like full case-folding for case-insensitive matches in Unicode.") (list "not test_get_read_fb_binding" "test_get_version" "test_glCallLists_twice2" + "test_glmultidraw" "test_lookupint" + "test_numpyConversion" "test_pointers") " and not ")) #:phases @@ -27817,9 +27819,11 @@ functionality like full case-folding for case-insensitive matches in Unicode.") ;; Not providing libgle. It seems to be very old. ))))) (native-inputs - (list python-pytest - python-setuptools + (list python-cython + python-numpy python-pygame + python-pytest + python-setuptools python-wheel)) (inputs (list freeglut |
