diff options
author | Cristián Maureira-Fredes <[email protected]> | 2024-08-08 13:24:52 +0200 |
---|---|---|
committer | Cristián Maureira-Fredes <[email protected]> | 2024-08-13 09:39:21 +0200 |
commit | 8d6ad7ed46552bf7f06fc667a936673e13b62262 (patch) | |
tree | 09ece520ad99676340e804ea952ad2c234d56262 /examples/quick/rendercontrol | |
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 <[email protected]>
Diffstat (limited to 'examples/quick/rendercontrol')
-rw-r--r-- | examples/quick/rendercontrol/rendercontrol_opengl/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/rendercontrol/rendercontrol_opengl/requirements.txt b/examples/quick/rendercontrol/rendercontrol_opengl/requirements.txt new file mode 100644 index 000000000..372721314 --- /dev/null +++ b/examples/quick/rendercontrol/rendercontrol_opengl/requirements.txt @@ -0,0 +1 @@ +PyOpenGL |