diff options
-rw-r--r-- | community/patchwork/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/patchwork/APKBUILD b/community/patchwork/APKBUILD index 787d0f3012..93117533ba 100644 --- a/community/patchwork/APKBUILD +++ b/community/patchwork/APKBUILD @@ -7,6 +7,7 @@ pkgdesc="Web-based patch tracking system" url="https://github.com/getpatchwork/patchwork" arch="noarch" license="GPL" +options="!check" depends="py-django py-django-registration git py-psycopg2" subpackages="$pkgname-doc $pkgname-uwsgi-apache2:apache2_wsgi $pkgname-uwsgi-nginx:nginx_wsgi $pkgname-mysql $pkgname-postgresql pwclient:pwclient" |