summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-03 13:25:36 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-07 08:53:56 +0200
commit4ef135a4cad2ba5b3b15c46c5dda8a9518350153 (patch)
tree7742b6d644d05bfa46beccb5110affbd80672ea3 /eclass/distutils-r1.eclass
parentdistutils-r1.eclass: small docs format fixes (diff)
downloadgentoo-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.eclass2
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