branch: elpa/org-auto-tangle
commit ac0458b251f06e3956929f0de8c0de962059298c
Author: Shohei YOSHIDA <[email protected]>
Commit: Shohei YOSHIDA <[email protected]>
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