From 7132565f6857692fea8ed874d34be97315a49435 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:23 -0400 Subject: [PATCH] python-xlib: rebuild for Python 3.9 --- srcpkgs/python-xlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template index 68ffb98bdf0..de315a200d9 100644 --- a/srcpkgs/python-xlib/template +++ b/srcpkgs/python-xlib/template @@ -1,7 +1,7 @@ # Template file for 'python-xlib' pkgname=python-xlib version=0.27 -revision=2 +revision=3 build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python-six"