From: Jochen Sprickerhof Date: Sat, 14 Sep 2019 08:02:15 +0000 (+0200) Subject: Port to Python 3 X-Git-Tag: archive/raspbian/2.2.0.33+dfsg-18+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0677458229e49d7f34c54ea061dc736d525f33b4;p=openni2.git Port to Python 3 Gbp-Pq: Name 0017-Port-to-Python-3.patch --- diff --git a/Makefile b/Makefile index a436a84..2621d9a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ ifeq ("$(OSTYPE)","Darwin") else OS_NAME = Linux endif -PRODUCT_STRING = OpenNI-$(OS_NAME)-$(PLATFORM)-$(shell cd Packaging && python -c "import UpdateVersion; print UpdateVersion.getVersionName()" && cd ..) +PRODUCT_STRING = OpenNI-$(OS_NAME)-$(PLATFORM)-$(shell cd Packaging && python3 -c "import UpdateVersion; print UpdateVersion.getVersionName()" && cd ..) FINAL_DIR = Packaging/Final OPENNI = Source/Core