diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:20:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:23:55 +0200 |
commit | a125cfa0b5ef4c45cd6366cf73988d93c3df5703 (patch) | |
tree | 8c4171c12fd0a19368a3b89b8e33722529ddf3a3 /dev-python/gst-python | |
parent | dev-python/bsddb3: Remove py2.7 (diff) | |
download | gentoo-a125cfa0b5ef4c45cd6366cf73988d93c3df5703.tar.gz gentoo-a125cfa0b5ef4c45cd6366cf73988d93c3df5703.tar.bz2 gentoo-a125cfa0b5ef4c45cd6366cf73988d93c3df5703.zip |
dev-python/gst-python: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gst-python')
-rw-r--r-- | dev-python/gst-python/gst-python-1.14.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-1.16.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gst-python/gst-python-1.14.1-r1.ebuild b/dev-python/gst-python/gst-python-1.14.1-r1.ebuild index 81c1c472fe53..c29ae445db24 100644 --- a/dev-python/gst-python/gst-python-1.14.1-r1.ebuild +++ b/dev-python/gst-python/gst-python-1.14.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit ltprune python-r1 xdg-utils diff --git a/dev-python/gst-python/gst-python-1.16.2.ebuild b/dev-python/gst-python/gst-python-1.16.2.ebuild index f0bc9e15d221..2a833b621532 100644 --- a/dev-python/gst-python/gst-python-1.16.2.ebuild +++ b/dev-python/gst-python/gst-python-1.16.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit meson python-r1 xdg-utils |