mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-05 20:41:17 +02:00
dev-util/pkgcheck: Sync with Gentoo
It's from Gentoo commit 8a1a8c8034796086bc41f7458857ced77916cdb1.
This commit is contained in:
parent
2ee566373f
commit
30f0bdf86d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user