mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
sqlmap: add PYTHON_REQ_USE="sqlite"
This commit is contained in:
parent
085521e7e1
commit
2f1aa3c7d6
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue