Changes between Version 2 and Version 3 of jazz/18-03-02
- Timestamp:
- Mar 2, 2018, 3:20:44 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/18-03-02
v2 v3 6 6 #!graphviz 7 7 digraph "brew-dep" { rankdir=LR; node [shape=record]; 8 "gdbm"->"azure-cli";9 "openssl"->"azure-cli";10 "python"->"azure-cli";11 "readline"->"azure-cli";12 "sqlite"->"azure-cli";13 "xz"->"azure-cli";14 8 "azurekit"; 15 9 "bash-completion"; … … 30 24 "openssl"->"kafkacat"; 31 25 "yajl"->"kafkacat"; 32 "gettext"->"libidn2";33 "libunistring"->"libidn2";34 26 "lz4"->"librdkafka"; 35 27 "lzlib"->"librdkafka"; 36 28 "openssl"->"librdkafka"; 37 "libunistring";38 29 "libyaml"; 39 30 "lsusb"; … … 47 38 "oniguruma"; 48 39 "openssl"; 49 "openssl@1.1";50 40 "p7zip"; 51 "gdbm"->"python";52 "openssl"->"python";53 "readline"->"python";54 "sqlite"->"python";55 "xz"->"python";56 "gdbm"->"python3";57 "openssl"->"python3";58 "readline"->"python3";59 "sqlite"->"python3";60 "xz"->"python3";61 41 "readline"; 62 42 "readline"->"sqlite";