diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:16:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:54 +0000 |
commit | 1eb3e4090751f3ce78c92b2e2cbcc6a9d0963442 (patch) | |
tree | cb59d93b8c5ef680f85958d09b0d86b30d1b1ce0 /testing/py-inotify | |
parent | 58356abf6f4d65b6cc0edae2f13ca251c0d3a22a (diff) | |
download | aports-1eb3e4090751f3ce78c92b2e2cbcc6a9d0963442.tar.bz2 aports-1eb3e4090751f3ce78c92b2e2cbcc6a9d0963442.tar.xz |
testing/py-inotify: rebuild against python 3.7
Diffstat (limited to 'testing/py-inotify')
-rw-r--r-- | testing/py-inotify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-inotify/APKBUILD b/testing/py-inotify/APKBUILD index 6caef27721..5bb31c7dfd 100644 --- a/testing/py-inotify/APKBUILD +++ b/testing/py-inotify/APKBUILD @@ -2,7 +2,7 @@ pkgname=py-inotify _pkgname=pyinotify pkgver=0.9.6 -pkgrel=1 +pkgrel=2 pkgdesc="Linux filesystem events monitoring" url="http://pypi.python.org/pypi/pyinotify" arch="noarch" |