Commit 7315b9f
committed
improve findPythonDeps to recognize non-canonical package names
For e.g. `ruamel.yaml` the canonical name is `ruamel-yaml`
but the package name as recorded is still `ruamel.yaml`.
So if the search using the canonical name didn't find anything try again with
the original name before failing.
Tested on `maggma==0.60.2`1 parent 769d5e2 commit 7315b9f
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments