commit: 0cad41170e83b39021e6b66eec7ab0ccd0b4b7af
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 22:55:40 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 00:09:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=0cad4117
pyproject.toml: Revert addition of depndency "portage"
.. because it does not come from pip in Gentoo.
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
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",