diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-03 13:25:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-07 08:53:56 +0200 |
commit | 4ef135a4cad2ba5b3b15c46c5dda8a9518350153 (patch) | |
tree | 7742b6d644d05bfa46beccb5110affbd80672ea3 /eclass/distutils-r1.eclass | |
parent | distutils-r1.eclass: small docs format fixes (diff) | |
download | gentoo-4ef135a4cad2ba5b3b15c46c5dda8a9518350153.tar.gz gentoo-4ef135a4cad2ba5b3b15c46c5dda8a9518350153.tar.bz2 gentoo-4ef135a4cad2ba5b3b15c46c5dda8a9518350153.zip |
distutils-r1.eclass: Add "_trial_temp" to forbidden package names
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 9536e5c466be..db5cced50952 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1884,7 +1884,7 @@ _distutils-r1_post_python_install() { local forbidden_package_names=( examples test tests - .pytest_cache .hypothesis + .pytest_cache .hypothesis _trial_temp ) local p for p in "${forbidden_package_names[@]}"; do |