diff options
Diffstat (limited to 'python-torchtext.spec')
-rw-r--r-- | python-torchtext.spec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python-torchtext.spec b/python-torchtext.spec index 4f5e472..aeda130 100644 --- a/python-torchtext.spec +++ b/python-torchtext.spec @@ -10,8 +10,6 @@ License: BSD 3-Clause URL: https://github.com/pytorch/text Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/text-%{version}.tar.gz -Source1: sentencepiece.zip - Patch0: 0001-disable-submodule.patch BuildRequires: cmake @@ -29,8 +27,6 @@ BuildRequires: python3-pytorch %description Models, data loaders and abstractions for language processing, powered by PyTorch -%global debug_package %{nil} - %package -n python3-%{pypi_name} Summary: %{summary} @@ -39,7 +35,6 @@ Models, data loaders and abstractions for language processing, powered by PyTorc %prep %autosetup -p1 -n text-%{pypi_version} -unzip %{SOURCE1} -d third_party/sentencepiece %build %py3_build |