diff --git a/lib/rbpkg/repos/c3.rb b/lib/rbpkg/repos/c3.rb
index bdf9b88..37989e6 100644
--- a/lib/rbpkg/repos/c3.rb
+++ b/lib/rbpkg/repos/c3.rb
@@ -4,9 +4,9 @@ class Rbpkg::Repos::C3 < Rbpkg::Repo
"c3"
end
- def self.dependencies
- ["libbsd", "libmd"]
- end
+ #def self.dependencies
+ # ["libbsd", "libmd"]
+ #end
def git_url
"https://git.kmx.io/c3-lang/c3.git"