mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
7e645125e9
Not able to run pythonRelaxDepsHook because of https://github.com/NixOS/nixpkgs/issues/198342: The wheel name start with Rare (capital letter).
14 lines
292 B
Diff
14 lines
292 B
Diff
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",
|