mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 02:01:46 +02:00
python-secure: fix repoman issues
This commit is contained in:
parent
d41e87cde4
commit
844d9a2faf
1 changed files with 2 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
MY_PN="${PN#python-}"
|
||||
|
||||
|
|
@ -18,7 +19,6 @@ KEYWORDS="~amd64 ~arm64 ~x86"
|
|||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
virtual/python-enum34[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue