Blob Blame History Raw
From 1deee97cb9121272cbdbcea491721875269e4fbf Mon Sep 17 00:00:00 2001
From: Joel Capitao <jcapitao@redhat.com>
Date: Sat, 8 Jul 2023 08:00:08 +0200
Subject: [PATCH] Remove utility from packaging

This fixes #899.
When packaging saml2 downstream with pyproject RPM macros,
the utility module is installed. This might clash with other
modules.

(cherry picked from commit f20b6735053fd331aca3faba2bf1521c050bdf63)
---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 1a76df7b..1c2715e1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,6 @@ classifiers = [
 packages = [
     { include = "saml2", from = "src" },
     { include = "saml2test", from = "src" },
-    { include = "utility", from = "src" },
 ]
 
 [tool.poetry.urls]
-- 
2.40.1