Skip to content

Commit 2f33afc

Browse files
committed
added missing deps and fix for toruch libs
1 parent 42974b9 commit 2f33afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pip/aiosignal.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Requires: py3-setuptools py3-frozenlist
1+
Requires: py3-setuptools py3-frozenlist py3-typing-extensions

pip/torch.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## INCLUDE torch-requires
22

33
%define PipPreBuild %{expand: %(cat %{_sourcedir}/torch-build-env)}
4-
%define PipostInstall ln -sf python%{cms_python3_major_minor_version}/site-packages/torch/lib/*.so %{i}/lib/
4+
%define PipPostInstall ln -sf python%{cms_python3_major_minor_version}/site-packages/torch/lib/*.so %{i}/lib/

0 commit comments

Comments
 (0)