blob: 6c999720abc7b3233f12d663a161761d8213e5c5 (
plain)
1
2
3
4
5
6
7
8
9
|
# breaking dephell cycle (even if that means we build a broken tomlkit)
makedepends=(${makedepends[@]//python-dephell/})
eval "$(
declare -f prepare | \
sed '
s/dephell/#dephell/
'
)"
|