diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:13:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:54 +0000 |
commit | 34ad688b08e27a51210f132c6afe110b84ee9c9a (patch) | |
tree | d88c087b043e0f1cc478d08686d0e20142eb6072 /testing/py-daemonize | |
parent | 121cbad96cb900aabb67f7265fa546bd5c6f9dc1 (diff) | |
download | aports-34ad688b08e27a51210f132c6afe110b84ee9c9a.tar.bz2 aports-34ad688b08e27a51210f132c6afe110b84ee9c9a.tar.xz |
testing/py-daemonize: rebuild against python 3.7
Diffstat (limited to 'testing/py-daemonize')
-rw-r--r-- | testing/py-daemonize/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-daemonize/APKBUILD b/testing/py-daemonize/APKBUILD index 7362cc2e27..2e37dbf7ab 100644 --- a/testing/py-daemonize/APKBUILD +++ b/testing/py-daemonize/APKBUILD @@ -2,7 +2,7 @@ pkgname=py-daemonize _pkgname=daemonize pkgver=2.4.7 -pkgrel=1 +pkgrel=2 pkgdesc="Library to enable your code run as a daemon process on Unix-like systems." url="https://github.com/thesharp/daemonize" arch="noarch" |