diff options
Diffstat (limited to 'community/py-watchdog/APKBUILD')
-rw-r--r-- | community/py-watchdog/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-watchdog/APKBUILD b/community/py-watchdog/APKBUILD index 1debd73985..59d4018874 100644 --- a/community/py-watchdog/APKBUILD +++ b/community/py-watchdog/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Python API and shell utilities to monitor file system events." url="https://github.com/gorakhargosh/watchdog" arch="noarch" -license="Apache 2.0" +license="Apache-2.0" depends="py-pathtools py-yaml py-argh" depends_dev="" makedepends="$depends_dev py-setuptools python2-dev" |