aboutsummaryrefslogtreecommitdiffstats
path: root/community/patchwork
diff options
context:
space:
mode:
Diffstat (limited to 'community/patchwork')
-rw-r--r--community/patchwork/APKBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/community/patchwork/APKBUILD b/community/patchwork/APKBUILD
index 0fdaacabf1..9783668cda 100644
--- a/community/patchwork/APKBUILD
+++ b/community/patchwork/APKBUILD
@@ -19,7 +19,6 @@ subpackages="
$pkgname-doc
$pkgname-uwsgi-apache2:apache2_wsgi
$pkgname-uwsgi-nginx:nginx_wsgi
- $pkgname-mysql
$pkgname-postgresql
pwclient:pwclient
"
@@ -69,12 +68,6 @@ nginx_wsgi() {
"$subpkgdir"/etc/uwsgi/conf.d/patchwork.ini
}
-mysql() {
- pkgdesc="$pkgname mysql support"
- depends="py-mysqldb"
- mkdir -p "$subpkgdir"
-}
-
postgresql() {
pkgdesc="$pkgname postgresql support"
depends="py-psycopg2"