From 61a50519621a39c782767c149f40ae591e5ca2ed Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Sun, 10 Mar 2024 06:00:00 -0700 Subject: [PATCH] Do not remove the empty files py.typed files are supposed to be empty. Keep the install simple, just use it. Signed-off-by: Tom Rix --- python-torch.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-torch.spec b/python-torch.spec index 2ce32ff..e989c16 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -581,8 +581,7 @@ done %endif -# rm empty files -find %{buildroot} -type f -empty -delete +# Do not remote the empty files %files -n python3-%{pypi_name}