sqlmap: add PYTHON_REQ_USE="sqlite"

This commit is contained in:
Yury Martynov 2020-01-31 11:40:00 +03:00
parent 085521e7e1
commit 2f1aa3c7d6
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -1,13 +1,14 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7,8} )
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE="sqlite"
inherit eutils bash-completion-r1 python-single-r1
DESCRIPTION="Automatic SQL injection and database takeover tool"
DESCRIPTION="An automatic SQL injection and database takeover tool"
HOMEPAGE="https://github.com/sqlmapproject/sqlmap"
if [[ ${PV} == *9999 ]]; then
@ -23,7 +24,6 @@ SLOT=0
IUSE="doc"
DEPEND="${PYTHON_DEPS}"
RDEPEND=""
pkg_setup() {
python-single-r1_pkg_setup