diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-12 07:07:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:42 +0000 |
commit | 76e91596ba480069989e69ffcd2fff7368c509b6 (patch) | |
tree | 0f017101446eefe1540a5e9b2e076da9c4df1833 /community/py-pexpect/APKBUILD | |
parent | 80146605691b25857bcb55ff86fca616d3bac02f (diff) | |
download | aports-76e91596ba480069989e69ffcd2fff7368c509b6.tar.bz2 aports-76e91596ba480069989e69ffcd2fff7368c509b6.tar.xz |
community/py-pexpect: rebuild against python 3.7
Diffstat (limited to 'community/py-pexpect/APKBUILD')
-rw-r--r-- | community/py-pexpect/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-pexpect/APKBUILD b/community/py-pexpect/APKBUILD index e0194bd788..140913183b 100644 --- a/community/py-pexpect/APKBUILD +++ b/community/py-pexpect/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-pexpect _pkgname=${pkgname#py-} pkgver=4.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="Make Python a better tool for controlling and automating other programs" url="http://pexpect.readthedocs.org/en/stable" arch="noarch" |