From 74a20197dff6e5113412ddc1d4b2a6aa4aa9d452 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 20 Mar 2020 00:40:40 -0700 Subject: Remove dependency declarations from Cask files The dependencies are also in the package files themselves and are the actual source of truth. The way I’ve reorganized the stages should mean that this isn’t necessary anymore. --- oni-python/Cask | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'oni-python') diff --git a/oni-python/Cask b/oni-python/Cask index fe11bbd..4699a2f 100644 --- a/oni-python/Cask +++ b/oni-python/Cask @@ -3,16 +3,6 @@ (package-file "./oni-python.el") -(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el")) -(depends-on "oni-company" :git "../" :files ("oni-company.el")) -(depends-on "company-jedi") -(depends-on "oni-fci" :git "../" :files ("oni-fci.el")) -(depends-on "oni-flycheck" :git "../" :files ("oni-flycheck.el")) -(depends-on "rainbow-delimiters") -(depends-on "reformatter") -(depends-on "traad") -(depends-on "hydra") - (files "*.el" ("snippets" "./snippets/*")) -- cgit v1.2.3-54-g00ecf