From 8b678798fa2cba6244d89f75531c5c3fcde0c3a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH] python-bcrypt: rebuild for Python 3.10 --- 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 7a92d94e8f1..fdb27f49189 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.2.0 -revision=1 +revision=2 wrksrc="bcrypt-${version}" build_style=python-module pycompile_module="bcrypt"