[arch-commits] Commit in python-astroid/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 24 17:54:22 UTC 2019


    Date: Friday, May 24, 2019 @ 17:54:21
  Author: felixonmars
Revision: 353943

upgpkg: python-astroid 2.2.5-2

fix dependency on typed-ast

Modified:
  python-astroid/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-24 17:48:01 UTC (rev 353942)
+++ PKGBUILD	2019-05-24 17:54:21 UTC (rev 353943)
@@ -3,12 +3,12 @@
 
 pkgname=python-astroid
 pkgver=2.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
 url="https://github.com/PyCQA/astroid"
 license=('LGPL')
-depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
+depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt' 'python-typed-ast')
 makedepends=('python-setuptools')
 checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose' 'python-pytest-runner')
 replaces=('python-logilab-astng')



More information about the arch-commits mailing list