diff options
Diffstat (limited to 'dev-python/filebytes/filebytes-0.10.2.ebuild')
| -rw-r--r-- | dev-python/filebytes/filebytes-0.10.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild index ee61de7824de..4dd6e5286abf 100644 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,10 @@ fi LICENSE="BSD" SLOT="0" +PATCHES=( + "${FILESDIR}"/${PN}-0.10.2-py314.patch +) + python_test() { "${EPYTHON}" - <<-EOF || die "Tests failed with ${EPYTHON}" from filebytes.elf import * |
