diff options
author | Sebastian Pipping <sping@gentoo.org> | 2024-03-30 23:55:40 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2024-03-31 01:09:56 +0100 |
commit | 0cad41170e83b39021e6b66eec7ab0ccd0b4b7af (patch) | |
tree | 5f0514a61b23be8e75d9669aabad4619685e4baf | |
parent | Add real unit tests (diff) | |
download | metagen-0cad41170e83b39021e6b66eec7ab0ccd0b4b7af.tar.gz metagen-0cad41170e83b39021e6b66eec7ab0ccd0b4b7af.tar.bz2 metagen-0cad41170e83b39021e6b66eec7ab0ccd0b4b7af.zip |
pyproject.toml: Revert addition of depndency "portage"
.. because it does not come from pip in Gentoo.
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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", |