Merge pull request #131176 from Mic92/gym

python3Packages.gym: fix build

authored by Jörg Thalheim and committed by GitHub c641d635 9d0315e3

+5
+5
pkgs/development/python-modules/gym/default.nix
··· 29 29 scipy 30 30 ]; 31 31 32 + postPatch = '' 33 + substituteInPlace setup.py \ 34 + --replace "Pillow<=8.2.0" "Pillow" 35 + ''; 36 + 32 37 # The test needs MuJoCo that is not free library. 33 38 doCheck = false; 34 39