diff options
author | Cristián Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2024-08-08 13:24:52 +0200 |
---|---|---|
committer | Cristián Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2024-08-13 09:39:21 +0200 |
commit | 8d6ad7ed46552bf7f06fc667a936673e13b62262 (patch) | |
tree | 09ece520ad99676340e804ea952ad2c234d56262 /examples/opengl/hellogl2 | |
parent | 44385439c3b9879dfa35a3c5635493beec77cb92 (diff) |
build: remove pyopengl dependency
PyOpenGL is only used for a few modules,
not the build process.
This removes the requirements.txt entry and add
one file on each example that uses it.
Change-Id: Ia0965eb97645343b7e2c96095bef7c9ba46b322a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/opengl/hellogl2')
-rw-r--r-- | examples/opengl/hellogl2/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opengl/hellogl2/requirements.txt b/examples/opengl/hellogl2/requirements.txt new file mode 100644 index 000000000..372721314 --- /dev/null +++ b/examples/opengl/hellogl2/requirements.txt @@ -0,0 +1 @@ +PyOpenGL |