diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:08:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:18:12 +0100 |
commit | b699504d069018c2036cebb1f254a3a084b38df1 (patch) | |
tree | 8e689c03c44159389a594ad99467f59245ce6b9b | |
parent | 11d7fde8aebd3e8d8430378dd04386e3beecabbb (diff) | |
download | aports-b699504d069018c2036cebb1f254a3a084b38df1.tar.gz aports-b699504d069018c2036cebb1f254a3a084b38df1.tar.bz2 aports-b699504d069018c2036cebb1f254a3a084b38df1.tar.xz |
community/py3-inotify: rebuild against python 3.10
-rw-r--r-- | community/py3-inotify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-inotify/APKBUILD b/community/py3-inotify/APKBUILD index a2a3860d09..90f88995da 100644 --- a/community/py3-inotify/APKBUILD +++ b/community/py3-inotify/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-inotify _pkgname=pyinotify pkgver=0.9.6 -pkgrel=8 +pkgrel=9 pkgdesc="Linux filesystem events monitoring" options="!check" # No testsuite url="http://pypi.python.org/pypi/pyinotify" |