From 0cad41170e83b39021e6b66eec7ab0ccd0b4b7af Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 30 Mar 2024 23:55:40 +0100 Subject: pyproject.toml: Revert addition of depndency "portage" .. because it does not come from pip in Gentoo. Signed-off-by: Sebastian Pipping --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0641518..ab66d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ readme = "README.md" license = {text = "GPL-2"} dependencies = [ "lxml", - "portage", ] classifiers = [ "Development Status :: 5 - Production/Stable", -- cgit v1.2.3-65-gdbad