diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:50:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:53 +0000 |
commit | a425494f25322ab72cdec50c2aed95fdcf3e2443 (patch) | |
tree | ee13bac221c64b43f449fb35190f6d05d79e575f | |
parent | d118fc8a912ff330188633f7722e841135964d18 (diff) | |
download | aports-a425494f25322ab72cdec50c2aed95fdcf3e2443.tar.bz2 aports-a425494f25322ab72cdec50c2aed95fdcf3e2443.tar.xz |
testing/py-astroid: rebuild against python 3.7
-rw-r--r-- | testing/py-astroid/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-astroid/APKBUILD b/testing/py-astroid/APKBUILD index b0aee90612..91e8fbabb9 100644 --- a/testing/py-astroid/APKBUILD +++ b/testing/py-astroid/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-astroid _pkgname=astroid pkgver=1.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="A new abstract syntax tree from Python's ast" url="http://www.astroid.org/" arch="noarch" |