nixpkgs-suyu/pkgs/games/rare/legendary-gl-version.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
292 B
Diff
Raw Normal View History

diff --git a/setup.py b/setup.py
index 2416360..08de818 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
requirements = [
"requests<3.0",
- "legendary-gl==0.20.31",
+ "legendary-gl~=0.20.31",
"setuptools",
"wheel",
"PyQt5",