common/environment/setup-subpkg/subpkg: add vars for python dep verif
This commit is contained in:
parent
e0db3343fe
commit
d5a71b7589
2 changed files with 13 additions and 0 deletions
|
@ -11,6 +11,9 @@ unset -v nostrip nostrip_files
|
|||
# hooks/post-install/14-fix-permissions
|
||||
unset -v nocheckperms nofixperms
|
||||
|
||||
# hooks/pre-pkg/04-generate-provides
|
||||
unset -v nopyprovides
|
||||
|
||||
# hooks/pre-pkg/04-generate-runtime-deps
|
||||
unset -v noverifyrdeps skiprdeps allow_unknown_shlibs shlib_requires
|
||||
|
||||
|
@ -20,6 +23,9 @@ unset -v lib32depends lib32disabled lib32files lib32mode lib32symlinks
|
|||
# hooks/pre-pkg/06-shlib-provides
|
||||
unset -v noshlibprovides shlib_provides
|
||||
|
||||
# hooks/pre-pkg/06-verify-python-deps
|
||||
unset -v noverifypydeps python_extras
|
||||
|
||||
# xbps-triggers: system-accounts
|
||||
unset -v system_accounts system_groups
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue