diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 13:24:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:26 +0000 |
commit | ded2a04bf4142d77a31ec7c8dba71e5eb6010850 (patch) | |
tree | 37720da1441df8fcc22933348bbf57379ef67c42 /testing/py3-serial | |
parent | 1889ddee5bfb97e7abb82fc7d52958d39b51c77e (diff) | |
download | aports-ded2a04bf4142d77a31ec7c8dba71e5eb6010850.tar.bz2 aports-ded2a04bf4142d77a31ec7c8dba71e5eb6010850.tar.xz |
testing/py3-serial: rebuild against python 3.8
Diffstat (limited to 'testing/py3-serial')
-rw-r--r-- | testing/py3-serial/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-serial/APKBUILD b/testing/py3-serial/APKBUILD index 497dfafd5f..56bdba8720 100644 --- a/testing/py3-serial/APKBUILD +++ b/testing/py3-serial/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-serial _pkgname=pyserial pkgver=3.4 -pkgrel=2 +pkgrel=3 pkgdesc="Python Serial Port Extension" options="!check" # testsuite not ready for py3 url="https://github.com/pyserial/pyserial" |