summaryrefslogtreecommitdiff
path: root/torchvision.spec
diff options
context:
space:
mode:
Diffstat (limited to 'torchvision.spec')
-rw-r--r--torchvision.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/torchvision.spec b/torchvision.spec
index 9869d66..44c7a6f 100644
--- a/torchvision.spec
+++ b/torchvision.spec
@@ -28,7 +28,6 @@ BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-pytorch
-
# auto add requires
%?python_enable_dependency_generator
# add extra requires
@@ -56,7 +55,10 @@ description for helping using the torchvision lib
%files -n python3-%{name}
%doc *.md
%license LICENSE
-%{python3_sitelib}/%{name}/
+%{python3_sitelib}/%{name}/*
+%{python3_sitearch}/%{name}/*
+%{python3_sitelib}/%{name}-%{version}/*
+%{python3_sitearch}/%{name}-%{version}/*
%changelog
* Sun Mar 31 2024 Super User