summaryrefslogtreecommitdiff
path: root/comms/py-nodemcu-uploader/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2022-06-14 13:29:18 +0000
committergdt <gdt@pkgsrc.org>2022-06-14 13:29:18 +0000
commit54b0a9fd656e1046ca510d23108a2d639e4dfe17 (patch)
tree18307cbdd62208e8c68c469d2baa369066414f07 /comms/py-nodemcu-uploader/Makefile
parent287ef0b571a80e3d32ac31942a259d92e095ba7e (diff)
downloadpkgsrc-54b0a9fd656e1046ca510d23108a2d639e4dfe17.tar.gz
comms/py-nodemcu-uploader: Mark as not for python 2.7
Diffstat (limited to 'comms/py-nodemcu-uploader/Makefile')
-rw-r--r--comms/py-nodemcu-uploader/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/py-nodemcu-uploader/Makefile b/comms/py-nodemcu-uploader/Makefile
index b5c60021f3b..243a23ff800 100644
--- a/comms/py-nodemcu-uploader/Makefile
+++ b/comms/py-nodemcu-uploader/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/06/14 13:24:54 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/14 13:29:18 gdt Exp $
DISTNAME= nodemcu-uploader-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= Tool to upload files to a nodemcu/ESP8266 device
LICENSE= mit
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial
DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.10.10:../../devel/py-wrapt