mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-21 23:03:52 +00:00
apkbuild-pypi.in: remove empty variables
This commit is contained in:
parent
82b4d9bf43
commit
9246fbc8b4
3
apkbuild-pypi.in
Normal file → Executable file
3
apkbuild-pypi.in
Normal file → Executable file
@ -216,6 +216,9 @@ sub get_deps {
|
||||
|
||||
$apk =~ s/pymakedepends=""/pymakedepends="$reqs"/;
|
||||
|
||||
# remove empty variables
|
||||
$apk =~ s/.*=""\n//g;
|
||||
|
||||
open my $fh, '>:utf8', 'APKBUILD';
|
||||
|
||||
print $fh $apk;
|
||||
|
Loading…
Reference in New Issue
Block a user