pam_wrapper: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:03:40 -04:00
parent 6b6c66dd67
commit 464d553ec2
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'pam_wrapper'
pkgname=pam_wrapper
version=1.1.5
revision=1
revision=2
build_style=cmake
configure_args="-DUNIT_TESTING=ON"
hostmakedepends="python3"
hostmakedepends="cmake python3-setuptools"
makedepends="python3-devel pam-devel cmocka-devel"
short_desc="Tool to test PAM applications and modules"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"