commit:     89576d16e92040d6b2f6ebeb407625d5a9ad57a0
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May  8 11:12:56 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May  8 11:12:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89576d16

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 <AT> gmail.com>

 dev-python/vttlib/vttlib-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/vttlib/vttlib-0.11.0.ebuild 
b/dev-python/vttlib/vttlib-0.11.0.ebuild
index 572b3d5b7..1a5bddbf6 100644
--- a/dev-python/vttlib/vttlib-0.11.0.ebuild
+++ b/dev-python/vttlib/vttlib-0.11.0.ebuild
@@ -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

Reply via email to