From b5498cd55df93f7def91480c848753e1ba047738 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 13:25:15 -0500 Subject: [PATCH] fixup! python3-autocommand: rebuild for python3-3.13 --- srcpkgs/python3-autocommand/patches/license.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 srcpkgs/python3-autocommand/patches/license.patch diff --git a/srcpkgs/python3-autocommand/patches/license.patch b/srcpkgs/python3-autocommand/patches/license.patch new file mode 100644 index 00000000000000..402ff45770ea35 --- /dev/null +++ b/srcpkgs/python3-autocommand/patches/license.patch @@ -0,0 +1,9 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -22,3 +22,6 @@ + [project.urls] + "Homepage" = "https://github.com/Lucretiel/autocommand" + "Bug Tracker" = "https://github.com/Lucretiel/autocommand/issues" ++ ++[project.license] ++file = "LICENSE"