summaryrefslogtreecommitdiff
path: root/metadata/install-qa-check.d
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-03 13:50:40 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-03 13:50:40 +0100
commita2c1a301b2ea85c230b30ef69ff667f230a1bf88 (patch)
tree72b20e59998ee19c32c86634c05e02790faaf20f /metadata/install-qa-check.d
parent24d75f43d3d4caf76f2448bb277e89a3b3ae0d99 (diff)
gentoo auto-resync : 03:08:2022 - 13:50:40
Diffstat (limited to 'metadata/install-qa-check.d')
-rw-r--r--metadata/install-qa-check.d/60python-pyc5
1 files changed, 0 insertions, 5 deletions
diff --git a/metadata/install-qa-check.d/60python-pyc b/metadata/install-qa-check.d/60python-pyc
index f2d5ff3452dd..fd9434994f2f 100644
--- a/metadata/install-qa-check.d/60python-pyc
+++ b/metadata/install-qa-check.d/60python-pyc
@@ -16,11 +16,6 @@ python_pyc_check() {
local missing=()
local stray=()
- # Avoid running the check if sufficiently new gpep517 is not installed
- # yet. It's valid to schedule (for merge order) >=gpep517-8 after
- # packages which have this check run if they don't use distutils-r1.
- has_version ">=dev-python/gpep517-8" || return
-
for prog in "${progs[@]}"; do
local impl=${prog%/*}
impl=${impl##*/}