mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/vttlib: use a proper fix for toml
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@@ -6,6 +6,7 @@ MYPN="vttLib"
|
||||
MYPV="${PV/_p/.post}"
|
||||
MYP="${MYPN}-${MYPV}"
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -24,7 +25,6 @@ KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
>=dev-python/fonttools-4.10.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
|
||||
dev-python/toml[${PYTHON_USEDEP}]
|
||||
>=dev-python/ufoLib2-0.7.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
#setup_requires
|
||||
|
||||
Reference in New Issue
Block a user