diff options
author | EuAndreh <eu@euandre.org> | 2021-03-01 00:34:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-01 00:34:57 -0300 |
commit | 9cf0e9e26feced57762986297a39027ce7c51e53 (patch) | |
tree | 09914979e48fba832c005fa6a48b3f748b811296 | |
parent | dependencies.dot: Remove ssmtp (diff) | |
download | package-repository-9cf0e9e26feced57762986297a39027ce7c51e53.tar.gz package-repository-9cf0e9e26feced57762986297a39027ce7c51e53.tar.xz |
dependencies.dot: Add std-tools
-rw-r--r-- | dependencies.dot | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dependencies.dot b/dependencies.dot index 3cc2e7a..4a52918 100644 --- a/dependencies.dot +++ b/dependencies.dot @@ -38,19 +38,21 @@ digraph { Mediator -> libedn Mediator -> eq + "std-tools" -> "Fallible+SharedC" + yoctoauth -> "Fallible+SharedC" yoctoauth -> Gluilo - "YoctoAuth::Mojolicious" -> yoctoauth + "yoctoauth-artanis" -> yoctoauth "mediator.cloud" -> Mediator "mediator.cloud" -> "YoctoAuth::Mojolicious" Songbooks -> "yoctoauth-artanis" - "yoctoauth-artanis" -> yoctoauth DiscussionsSite -> "YoctoAuth::Mojolicious" Standardify -> "YoctoAuth::Mojolicious" Standardify -> AutoQEMU + Standardify -> "std-tools" } |