pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-octoprint: let it build with Python 3.8



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Feb 7 09:57:10 2021 +0100
Changeset:	269d52d450e7d96820a0c99fb59ddd5d60e64806

Modified Files:
	py-octoprint/Makefile

Log Message:
py-octoprint: let it build with Python 3.8

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=269d52d450e7d96820a0c99fb59ddd5d60e64806

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-octoprint/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-octoprint/Makefile b/py-octoprint/Makefile
index 90d4f0ff2d..3dbca551db 100644
--- a/py-octoprint/Makefile
+++ b/py-octoprint/Makefile
@@ -14,7 +14,7 @@ LICENSE=	gnu-agpl-v3
 
 RCD_SCRIPTS=	octoprint
 
-PYTHON_VERSIONS_ACCEPTED=	37 36
+PYTHON_VERSIONS_ACCEPTED=	38 37 36
 
 DEPENDS+=	${PYPKGPREFIX}-blinker>=1.4:../../devel/py-blinker
 DEPENDS+=	${PYPKGPREFIX}-cachelib>=0.1:../../wip/py-cachelib


Home | Main Index | Thread Index | Old Index