From 8cf3d366106a0472c63cf6e635c00b8548132bae Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sun, 15 Sep 2019 09:59:34 +0200
Subject: [PATCH] python3-astroid: add missing dependency python3-typed-ast

---
 srcpkgs/python3-astroid/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index 073697096b..28f01bd444 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,13 +1,14 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.2.5
-revision=1
+revision=2
 archs=noarch
 wrksrc="astroid-${version}"
 build_style=python3-module
 pycompile_module="astroid"
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-lazy-object-proxy python3-wrapt"
+depends="python3-six python3-lazy-object-proxy python3-wrapt
+ python3-typed-ast"
 short_desc="Abstract syntax tree for Python3"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 homepage="https://github.com/PyCQA/astroid"