diff options
author | CoprDistGit <infra@openeuler.org> | 2024-03-31 15:09:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-03-31 15:09:48 +0000 |
commit | 1e5f05fa219aba852c2c753dbcee725036ca4ec8 (patch) | |
tree | 4916e735b8c586c2e478a45e8fcbf842b30136ac /torchvision.spec | |
parent | 0ca32ac8a9a13a6ef6885b278c1868f167d98eff (diff) |
automatic import of torchvision
Diffstat (limited to 'torchvision.spec')
-rw-r--r-- | torchvision.spec | 6 |
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 |