diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-25 14:40:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-26 22:12:26 +0100 |
commit | 708b02f95231991195d051f2c7b057ff988fadfd (patch) | |
tree | 9c5a8066e34af276ddbb6aecf62428a7e15322c1 /eclass | |
parent | distutils-r1.eclass: Bump min dep versions to newest stable (diff) | |
download | gentoo-708b02f95231991195d051f2c7b057ff988fadfd.tar.gz gentoo-708b02f95231991195d051f2c7b057ff988fadfd.tar.bz2 gentoo-708b02f95231991195d051f2c7b057ff988fadfd.zip |
distutils-r1.eclass: Print versions of common hatch plugins
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 551e8f68ef99..1cc4626f3a12 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -929,6 +929,8 @@ _distutils-r1_print_package_versions() { hatchling) packages+=( dev-python/hatchling + dev-python/hatch-fancy-pypi-readme + dev-python/hatch-vcs ) ;; jupyter) |