From ed2b74d031fd08834cb7ffdb9235946abd69957d Mon Sep 17 00:00:00 2001 From: "Shine.Wang" Date: Mon, 9 Jun 2025 07:22:04 +0000 Subject: [PATCH] update python-langchain-text-splitters.spec. Signed-off-by: Shine.Wang --- python-langchain-text-splitters.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-langchain-text-splitters.spec b/python-langchain-text-splitters.spec index 0279584..5f7fdeb 100644 --- a/python-langchain-text-splitters.spec +++ b/python-langchain-text-splitters.spec @@ -20,6 +20,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-pdm %description -n python3-langchain-text-splitters LangChain Text Splitters contains utilities for splitting into chunks a wide variety of text documents. -- Gitee