mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
honeypots: pkgcheck fix
This commit is contained in:
parent
e6b8b1dc8e
commit
01251d111b
1 changed files with 1 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/qeeqbox/honeypots"
|
|||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="socks5"
|
||||
IUSE="socks5 +python_targets_python3_11"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
|
|
@ -41,7 +41,3 @@ RDEPEND="
|
|||
#"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
# dev-python/psycopg in gentoo / psycopg2cffi rappid c++ extensions either should run.
|
||||
# dev-python/psycopg2cffi::tgbugs-overlay , implementation of the psycopg2 module using cffi.
|
||||
# Compatible with Psycopg 2.5.
|
||||
|
|
|
|||
Loading…
Reference in a new issue