Skip to content

Commit

Permalink
apparmor-git: remove patch
Browse files Browse the repository at this point in the history
- Remove fix-tests-python-3-13.patch

Signed-off-by: Roald Clark <roaldclark@gmail.com>
  • Loading branch information
roaldclark committed Jan 29, 2025
1 parent e58b367 commit 624f922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
6 changes: 1 addition & 5 deletions archlinuxcn/apparmor-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ backup=(
'etc/apparmor/parser.conf'
'etc/apparmor/severity.db'
)
source=("git+${url}.git"
"fix-tests-python-3-13.patch")
source=("git+${url}.git")
sha256sums=('SKIP'
'7ff51782df96bc00417ecec6be33237cdededd923a865422c2b0169638e1f4f4')
validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB') # AppArmor Development Team (AppArmor signing key) <apparmor@lists.ubuntu.com>
Expand All @@ -79,9 +78,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${_pkgname}"

# Fix tests with python 3.13
patch -Np1 -i ../fix-tests-python-3-13.patch

cd libraries/libapparmor
autoreconf --force --install --verbose # -fiv
}
Expand Down
23 changes: 0 additions & 23 deletions archlinuxcn/apparmor-git/fix-tests-python-3-13.patch

This file was deleted.

0 comments on commit 624f922

Please sign in to comment.