diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 12:19:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:35 +0000 |
commit | caa0d36f6a26efa62e030107c7e6457bb45af2c0 (patch) | |
tree | 12772a4c3983672f227c9419935cf7cf6b42f54f /testing/py3-inotify | |
parent | 06f7f82be97138afdc7322c4527fd409c97829d4 (diff) | |
download | aports-caa0d36f6a26efa62e030107c7e6457bb45af2c0.tar.bz2 aports-caa0d36f6a26efa62e030107c7e6457bb45af2c0.tar.xz |
testing/py3-inotify: rebuild against python 3.8
Diffstat (limited to 'testing/py3-inotify')
-rw-r--r-- | testing/py3-inotify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-inotify/APKBUILD b/testing/py3-inotify/APKBUILD index f1fd0dfc33..1d53d650fb 100644 --- a/testing/py3-inotify/APKBUILD +++ b/testing/py3-inotify/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-inotify _pkgname=pyinotify pkgver=0.9.6 -pkgrel=3 +pkgrel=4 pkgdesc="Linux filesystem events monitoring" options="!check" # No testsuite url="http://pypi.python.org/pypi/pyinotify" |