diff --git a/dev-python/requests-futures/requests_futures-1.0.0.recipe b/dev-python/requests-futures/requests_futures-1.0.0.recipe index c7909e646..1d7bc0673 100644 --- a/dev-python/requests-futures/requests_futures-1.0.0.recipe +++ b/dev-python/requests-futures/requests_futures-1.0.0.recipe @@ -5,7 +5,7 @@ The additional API and changes are minimal and strives to avoid surprises." HOMEPAGE="https://pypi.org/project/requests-futures/" COPYRIGHT="2013-2016 Ross McFarland" LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://files.pythonhosted.org/packages/47/c4/fd48d1ac5110a5457c71ac7cc4caa93da10a80b8de71112430e439bdee22/requests-futures-$portVersion.tar.gz" SOURCE_DIR="requests-futures-$portVersion" CHECKSUM_SHA256="35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148" @@ -22,8 +22,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3) -PYTHON_VERSIONS=(3.9) +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}