From faf764abb1fec54d02cb6c718e2d7f0aa52e5ee0 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 23 Nov 2021 19:59:02 +0100 Subject: [PATCH] iso8601: remove python 3.6 --- dev-python/iso8601/iso8601-0.1.12.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/iso8601/iso8601-0.1.12.recipe b/dev-python/iso8601/iso8601-0.1.12.recipe index 6fb8911a7..713b9053b 100644 --- a/dev-python/iso8601/iso8601-0.1.12.recipe +++ b/dev-python/iso8601/iso8601-0.1.12.recipe @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python36 python3) -PYTHON_VERSIONS=(2.7 3.6 3.7) +PYTHON_PACKAGES=(python python3) +PYTHON_VERSIONS=(2.7 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}