1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/apache2-mod-wsgi: fix post-install script not running

Fixes 8bf03a1113 testing/apache2-mod-wsgi: upgrade to 4.4.11
This commit is contained in:
Sertonix 2025-06-07 20:00:25 +02:00 committed by Patrycja Rosa
parent b915fe492e
commit a82f3fe905

View file

@ -3,7 +3,7 @@
pkgname=apache2-mod-wsgi
_realname=mod_wsgi
pkgver=5.0.1
pkgrel=0
pkgrel=1
pkgdesc="Python WSGI Module for Apache2"
url="https://github.com/GrahamDumpleton/mod_wsgi"
arch="all"
@ -11,6 +11,7 @@ license="Apache-2.0"
depends="apache2"
makedepends="apache2-dev python3-dev"
options="!check" # no tests provided
install="$pkgname.post-install"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/mod_wsgi/archive/$pkgver.tar.gz
$pkgname.apache2.conf"