summaryrefslogtreecommitdiff
path: root/app-misc/binwalk/binwalk-2.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/binwalk/binwalk-2.1.1.ebuild')
-rw-r--r--app-misc/binwalk/binwalk-2.1.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/binwalk/binwalk-2.1.1.ebuild b/app-misc/binwalk/binwalk-2.1.1.ebuild
index 1f95a18eceae..c69739d3e4da 100644
--- a/app-misc/binwalk/binwalk-2.1.1.ebuild
+++ b/app-misc/binwalk/binwalk-2.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
@@ -22,7 +22,6 @@ SLOT="0"
IUSE="graph"
RDEPEND="
- $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7)
graph? ( dev-python/pyqtgraph[opengl,${PYTHON_USEDEP}] )
"