From d91fd9f28cb5282d8d1007a4616e62a91d0e872f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:36 -0400 Subject: [PATCH] python3-dockerpty: rebuild for Python 3.9 --- srcpkgs/python3-dockerpty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template index 2ad010f0b10..980ebd13c58 100644 --- a/srcpkgs/python3-dockerpty/template +++ b/srcpkgs/python3-dockerpty/template @@ -1,7 +1,7 @@ # Template file for 'python3-dockerpty' pkgname=python3-dockerpty version=0.4.1 -revision=5 +revision=6 wrksrc="dockerpty-${version}" build_style=python3-module hostmakedepends="python3-setuptools"