From 75d3a135c72a6a250ef00d03f5d62eec382504d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:15 -0400 Subject: [PATCH] python-bcrypt: rebuild for Python 3.9 --- srcpkgs/python-bcrypt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template index 664b5c9df07..416bd2d281e 100644 --- a/srcpkgs/python-bcrypt/template +++ b/srcpkgs/python-bcrypt/template @@ -1,7 +1,7 @@ # Template file for 'python-bcrypt' pkgname=python-bcrypt version=3.1.7 -revision=2 +revision=3 wrksrc="bcrypt-${version}" build_style=python-module pycompile_module="bcrypt"