mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
python3.pkgs.pyocd: relax pylink-square constraint
1.0 seems to be very minor changes[1]. The flash() method is not used anywhere in pyocd as far as I can tell, the tests all pass, and it doesn't build at all otherwise. [1]: https://github.com/square/pylink/blob/master/CHANGELOG.md#100
This commit is contained in:
parent
df9930290b
commit
e33e3f03f1
@ -60,7 +60,8 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "libusb-package>=1.0,<2.0" ""
|
||||
--replace "libusb-package>=1.0,<2.0" "" \
|
||||
--replace "pylink-square>=0.11.1,<1.0" "pylink-square>=0.11.1,<2.0"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user