From: =?utf-8?q?R=C3=A9mi_Vanicat?= <vanicat@debian.org>
Date: Tue, 3 Apr 2018 05:47:10 +0200
Subject: Do not require async.

It is not needed for debian package.
---
 lisp/magit-pkg.el | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index ee981ce..cef324a 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -1,10 +1,9 @@
-(define-package "magit" "2.90.1"
+(define-package "magit" "2.99.0"
   "A Git porcelain inside Emacs."
   '((emacs "25.1")
-    (async "20180527")
-    (dash "20180910")
-    (git-commit "20181104")
-    (transient "20190812")
-    (with-editor "20181103"))
+    (dash "2.17.0")
+    (git-commit "2.90.1")
+    (transient "0.2.0")
+    (with-editor "2.9.1"))
   :keywords
   '("git" "tools" "vc"))
