[Dependency checker] Bumped KiKit version to 1.3.0.4
- Upstream 1.3.0 is severely broken
This commit is contained in:
parent
f22352211e
commit
367a00334d
|
|
@ -143,7 +143,7 @@ Notes:
|
|||
- Show KiAuto installation information for `info` (v2.0.0)
|
||||
- Print the page frame in GUI mode for `pcb_print` (v1.6.7)
|
||||
|
||||
[**KiKit**](https://github.com/yaqwsx/KiKit) v1.3.0 [](https://github.com/yaqwsx/KiKit) 
|
||||
[**KiKit**](https://github.com/yaqwsx/KiKit) v1.3.0.4 [](https://github.com/yaqwsx/KiKit) 
|
||||
- Mandatory for: `panelize`, `stencil_3d`, `stencil_for_jig`
|
||||
- Optional to separate multiboard projects for general use
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ Dependencies:
|
|||
github: yaqwsx/KiKit
|
||||
pypi: KiKit
|
||||
downloader: pytool
|
||||
version: 1.3.0
|
||||
version: 1.3.0.4
|
||||
- from: KiKit
|
||||
role: Separate multiboard projects
|
||||
- name: Xvfbwrapper
|
||||
|
|
|
|||
|
|
@ -719,7 +719,8 @@ deps = '{\
|
|||
"version": [\
|
||||
1,\
|
||||
3,\
|
||||
0\
|
||||
0,\
|
||||
4\
|
||||
]\
|
||||
},\
|
||||
{\
|
||||
|
|
@ -730,7 +731,8 @@ deps = '{\
|
|||
"version": [\
|
||||
1,\
|
||||
3,\
|
||||
0\
|
||||
0,\
|
||||
4\
|
||||
]\
|
||||
},\
|
||||
{\
|
||||
|
|
@ -741,7 +743,8 @@ deps = '{\
|
|||
"version": [\
|
||||
1,\
|
||||
3,\
|
||||
0\
|
||||
0,\
|
||||
4\
|
||||
]\
|
||||
},\
|
||||
{\
|
||||
|
|
@ -752,7 +755,8 @@ deps = '{\
|
|||
"version": [\
|
||||
1,\
|
||||
3,\
|
||||
0\
|
||||
0,\
|
||||
4\
|
||||
]\
|
||||
}\
|
||||
],\
|
||||
|
|
|
|||
Loading…
Reference in New Issue