mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/prettyprinter: add missing dependency on colorful.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -15,7 +15,11 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/colorful[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
Reference in New Issue
Block a user