diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-09 20:45:21 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-09 20:45:21 -0400 |
commit | ac3ea841ad5e62032a5bb7e7e693c1c1cbdbbfd1 (patch) | |
tree | e69d48bad267b66ecec4bf7e65af9e7992f57e4b | |
parent | c131eed983bb8621de9a4b89b37ef77b76007fc0 (diff) | |
download | ebuilds-ac3ea841ad5e62032a5bb7e7e693c1c1cbdbbfd1.tar.gz |
add pygments as depdendency to pypaste
-rw-r--r-- | app-text/pypaste/pypaste-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/pypaste/pypaste-9999.ebuild b/app-text/pypaste/pypaste-9999.ebuild index 184fa15..58ed5cb 100644 --- a/app-text/pypaste/pypaste-9999.ebuild +++ b/app-text/pypaste/pypaste-9999.ebuild @@ -28,6 +28,7 @@ dev-python/aiohttp dev-python/aiosqlite dev-python/zstandard dev-python/bozo4 +dev-python/pygments " src_install() { |