Skip to content

Commit b9140da

Browse files
IvarWithoutBonesJonathan Ringer
authored andcommitted
pythonPackages.discordpy: remove overly restrictive version constraints
1 parent 2194012 commit b9140da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/discordpy/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ buildPythonPackage rec {
2323
propagatedBuildInputs = [ aiohttp websockets ];
2424
patchPhase = ''
2525
substituteInPlace "requirements.txt" \
26-
--replace "aiohttp>=3.6.0,<3.7.0" "aiohttp~=3.6.0" \
27-
--replace "websockets>=6.0,!=7.0,!=8.0,!=8.0.1,<9.0" "websockets>=6"
26+
--replace "aiohttp>=3.6.0,<3.7.0" "aiohttp" \
27+
--replace "websockets>=6.0,!=7.0,!=8.0,!=8.0.1,<9.0" "websockets"
2828
'' + lib.optionalString withVoice ''
2929
substituteInPlace "discord/opus.py" \
3030
--replace "ctypes.util.find_library('opus')" "'${libopus}/lib/libopus.so.0'"

0 commit comments

Comments
 (0)