diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:32:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:04:36 +0100 |
commit | 606f59f14af121ba51aa8bc570aee84b3bcced24 (patch) | |
tree | 14733a742867f532e036c0e8f19ea6652ef7ae85 /app-misc/binwalk/binwalk-2.2.0.ebuild | |
parent | dev-python/pyproj: Remove Python 2 (diff) | |
download | gentoo-606f59f14af121ba51aa8bc570aee84b3bcced24.tar.gz gentoo-606f59f14af121ba51aa8bc570aee84b3bcced24.tar.bz2 gentoo-606f59f14af121ba51aa8bc570aee84b3bcced24.zip |
app-misc/binwalk: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/binwalk/binwalk-2.2.0.ebuild')
-rw-r--r-- | app-misc/binwalk/binwalk-2.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/binwalk/binwalk-2.2.0.ebuild b/app-misc/binwalk/binwalk-2.2.0.ebuild index 6d9a4b269905..a32600fbb9e8 100644 --- a/app-misc/binwalk/binwalk-2.2.0.ebuild +++ b/app-misc/binwalk/binwalk-2.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 @@ -22,7 +22,6 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="$(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7)" BDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" PATCHES=( "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch ) |