Merge pull request #158572 from fabaff/fix-hwi

python3Packages.hwi: relax typing-extensions constraint

authored by Pavol Rusnak and committed by GitHub e7931c9d c355097b

+2 -1
+2 -1
pkgs/development/python-modules/hwi/default.nix
··· 39 postPatch = '' 40 substituteInPlace setup.py \ 41 --replace 'libusb1>=1.7,<2.0' 'libusb1>=1.7' \ 42 - --replace "'python_requires': '>=3.6,<3.10'," "'python_requires': '>=3.6,<4'," 43 ''; 44 45 # tests require to clone quite a few firmwares
··· 39 postPatch = '' 40 substituteInPlace setup.py \ 41 --replace 'libusb1>=1.7,<2.0' 'libusb1>=1.7' \ 42 + --replace "'python_requires': '>=3.6,<3.10'," "'python_requires': '>=3.6,<4'," \ 43 + --replace 'typing-extensions>=3.7,<4.0' 'typing-extensions>=3.7' 44 ''; 45 46 # tests require to clone quite a few firmwares