diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:06:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:49 +0100 |
commit | f152c0efacc16dfcbf080d456b384501700d7337 (patch) | |
tree | f9f805c408eb79b343e7b44f5bb3ca1965255426 | |
parent | fdfd0505aecdcf6a4c444dd8ff4e702ed29ecc52 (diff) | |
download | aports-f152c0efacc16dfcbf080d456b384501700d7337.tar.gz aports-f152c0efacc16dfcbf080d456b384501700d7337.tar.bz2 aports-f152c0efacc16dfcbf080d456b384501700d7337.tar.xz |
community/py3-eliot: rebuild against python 3.10
-rw-r--r-- | community/py3-eliot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-eliot/APKBUILD b/community/py3-eliot/APKBUILD index 61c294293e..a9f661c877 100644 --- a/community/py3-eliot/APKBUILD +++ b/community/py3-eliot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-eliot pkgver=1.14.0 -pkgrel=0 +pkgrel=1 pkgdesc="Logging system that tells you why it happened" # Requires unpackaged dask and cffi for testing journald options="!check" |