diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 08:09:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:57 +0000 |
commit | 814dc237d882b698bd6f0313f6c0b89b9c668c5d (patch) | |
tree | 0711e28475e0917de4f621ca1ae6ebd2ffa156f5 | |
parent | ef7e5b852450e5c93c17b594e989b0a00d9b51dd (diff) | |
download | aports-814dc237d882b698bd6f0313f6c0b89b9c668c5d.tar.bz2 aports-814dc237d882b698bd6f0313f6c0b89b9c668c5d.tar.xz |
testing/py-tls_parser: rebuild against python 3.7
-rw-r--r-- | testing/py-tls_parser/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-tls_parser/APKBUILD b/testing/py-tls_parser/APKBUILD index 632df0cb72..4451067abe 100644 --- a/testing/py-tls_parser/APKBUILD +++ b/testing/py-tls_parser/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-tls_parser _pkgname=tls_parser pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python library to parse TLS records." url="https://pypi.org/project/tls-parser/" arch="noarch" |