py, needs cmd:git to be able to build (#7171)

This commit is contained in:
Schrijvers Luc
2022-09-07 14:45:29 +02:00
committed by GitHub
parent 8472748a45
commit 8f1b5e3ad3

View File

@@ -8,7 +8,7 @@ DESCRIPTION="The py lib is a Python development support library featuring the fo
HOMEPAGE="https://pypi.org/project/py"
COPYRIGHT="2004-2020 Holger Krekel and others."
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://pypi.io/packages/source/p/py/py-$portVersion.tar.gz"
CHECKSUM_SHA256="51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"
@@ -42,6 +42,7 @@ BUILD_REQUIRES="$BUILD_REQUIRES
"
BUILD_PREREQUIRES="$BUILD_PREREQUIRES
cmd:python$pythonVersion
cmd:git
"
done