branch: elpa/org-auto-tangle
commit 7896c0efe0898a0572dbf283656d92de5b6a2356
Merge: 8883015f00 ac0458b251
Author: lispy-dobby <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #1 from syohex/dependencies
    
    Add package dependency to Package-Requires header
---
 org-auto-tangle.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index 0dda78d304..08bcd19fe0 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -4,7 +4,7 @@
 ;; URL: https://github.com/yilkalargaw/auto-tangle
 ;; Version: 0.0.1
 ;; Keywords: outlines
-;; Package-Requires: ((emacs "24.1"))
+;; Package-Requires: ((emacs "24.1") (async "1.9.3"))
 
 ;; This file is not part of GNU Emacs
 

Reply via email to