dev-util/pkgcheck: Sync with Gentoo

It's from Gentoo commit 8a1a8c8034796086bc41f7458857ced77916cdb1.
This commit is contained in:
Flatcar Buildbot 2025-07-07 07:09:39 +00:00
parent 2ee566373f
commit 30f0bdf86d
2 changed files with 14 additions and 0 deletions

View File

@ -61,6 +61,13 @@ distutils_enable_tests pytest
export USE_SYSTEM_TREE_SITTER_BASH=1
src_prepare() {
distutils-r1_src_prepare
# unpin dependencies
sed -i -e 's:~=:>=:' pyproject.toml || die
}
src_compile() {
distutils-r1_src_compile

View File

@ -60,6 +60,13 @@ distutils_enable_tests pytest
export USE_SYSTEM_TREE_SITTER_BASH=1
src_prepare() {
distutils-r1_src_prepare
# unpin dependencies
sed -i -e 's:~=:>=:' pyproject.toml || die
}
src_compile() {
distutils-r1_src_compile