@@ -25,10 +25,8 @@ http_archive(
2525# This essentially reads as a TODO list of what needs to be upstreamed to BCR
2626load ("@rules_hdl//dependency_support/com_github_quantamhd_lemon:com_github_quantamhd_lemon.bzl" , "com_github_quantamhd_lemon" )
2727load ("@rules_hdl//dependency_support/com_github_westes_flex:com_github_westes_flex.bzl" , "com_github_westes_flex" )
28- load ("@rules_hdl//dependency_support/net_invisible_island_ncurses:net_invisible_island_ncurses.bzl" , "net_invisible_island_ncurses" )
2928load ("@rules_hdl//dependency_support/net_zlib:net_zlib.bzl" , "net_zlib" )
3029load ("@rules_hdl//dependency_support/org_gnu_bison:org_gnu_bison.bzl" , "org_gnu_bison" )
31- load ("@rules_hdl//dependency_support/org_gnu_readline:org_gnu_readline.bzl" , "org_gnu_readline" )
3230load ("@rules_hdl//dependency_support/org_pcre_ftp:org_pcre_ftp.bzl" , "org_pcre_ftp" )
3331load ("@rules_hdl//dependency_support/org_swig:org_swig.bzl" , "org_swig" )
3432load ("@rules_hdl//dependency_support/tk_tcl:tk_tcl.bzl" , "tk_tcl" )
@@ -48,12 +46,7 @@ com_github_westes_flex()
4846
4947org_gnu_bison ()
5048
51- # secondary dependencies of the above libraries. Some of these are already
52- # in BCR with different name or sligtly newer API version.
53- net_invisible_island_ncurses ()
54-
49+ # remaining user is tcl. Once we can get that from BCR, this can go.
5550net_zlib () # BCR has @zlib we use, but some above dep uses it w/ differet name
5651
57- org_gnu_readline ()
58-
5952org_pcre_ftp () # there is a newer pcre2 in BCR
0 commit comments