diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-12-08 18:46:47 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-12-08 18:46:47 +0000 |
commit | b1dd91c35ffbc0c8a32df4404a4d14fcd1df128b (patch) | |
tree | accfc8d074ea2cb40c51f383b8c16bf4ba7cc5dd /app-pda | |
parent | dev-python/trimesh: add 3.17.1 (diff) | |
download | gentoo-b1dd91c35ffbc0c8a32df4404a4d14fcd1df128b.tar.gz gentoo-b1dd91c35ffbc0c8a32df4404a4d14fcd1df128b.tar.bz2 gentoo-b1dd91c35ffbc0c8a32df4404a4d14fcd1df128b.zip |
app-pda/libimobiledevice: disable py3.7
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild index e950cab377b7..1f6875dc11e6 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit autotools python-r1 |