Commit 6b80b53
committed
fix: Correct dependencies - spp_registry_base does not exist
After examining the main openspp-modules repo, confirmed that:
- spp_registry_base module does NOT exist
- spp_programs depends on g2p_registry_base (not spp_registry_base)
- Only spp_registry_* extension modules exist (approval, group_hierarchy, etc.)
Corrected dependencies:
- spp_cel_domain: g2p_registry_base (not spp_registry_base)
- spp_indicators: g2p_registry_base (not spp_registry_base)
- setup_environment.sh: Remove spp_registry_base from modules to copy
- setup_environment.sh: Fix openspp-modules branch from 17.0-dev to 17.0
Now copies from openspp-modules: spp_programs, spp_entitlement_cash,
spp_entitlement_basket, spp_entitlement_in_kind1 parent b691822 commit 6b80b53
File tree
3 files changed
+7
-8
lines changed- spp_cel_domain
- spp_indicators
3 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
318 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
445 | | - | |
| 444 | + | |
446 | 445 | | |
447 | 446 | | |
448 | 447 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments