mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python3Packages.hwi: relax typing-extensions constraint
This commit is contained in:
parent
ffc135e968
commit
5e89ca2dac
@ -39,7 +39,8 @@ buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace 'libusb1>=1.7,<2.0' 'libusb1>=1.7' \
|
||||
--replace "'python_requires': '>=3.6,<3.10'," "'python_requires': '>=3.6,<4',"
|
||||
--replace "'python_requires': '>=3.6,<3.10'," "'python_requires': '>=3.6,<4'," \
|
||||
--replace 'typing-extensions>=3.7,<4.0' 'typing-extensions>=3.7'
|
||||
'';
|
||||
|
||||
# tests require to clone quite a few firmwares
|
||||
|
Loading…
Reference in New Issue
Block a user