Commit 29eb149
PyPI: fix missing symbolic link libnvme.so.x -> libnvme.so.X.Y.Z
When we "pip install" a PyPI package previously built with
"pipx run build --sdist", there is a missing symbolic link
in the directory where libnvme.so.X.Y.Z is installed.
For example, let's say we build libnvme.so.3.0.0. There needs to
be a symbolic link installed along with the library as follows:
libnvme.so.3 -> libnvme.so.3.0.0
Signed-off-by: Martin Belanger <martin.belanger@dell.com>1 parent 2ba22df commit 29eb149
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
58 | 77 | | |
59 | 78 | | |
60 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments