Skip to content

Commit

Permalink
tisztítások
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso committed May 22, 2023
1 parent c40061d commit 1b70a5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion config/macros
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
%_ autoconf autoconf-archive automake bash bc binutils bison bzip2 bzip2-dev ccache cmake coreutils cracklib desktop-file-utils diffutils dpkg file findutils flex flex-dev gawk gcc gettext gettext-tools glibc glibc-dev grep gzip inetutils kernel-headers libstdc++ libstdc++-dev libtool licenses m4 make meson ninja optipng pam pam-dev patch pkgconfig pretendroot sed shadow tar uhu-base uhubuild-here uhu-pkg which xz-dev zlib-dev zstd-dev
%_ autoconf autoconf-archive automake bash bc binutils bison bzip2 bzip2-dev ccache cmake coreutils cracklib desktop-file-utils diffutils dpkg file findutils flex flex-dev gawk gcc gettext gettext-tools glibc glibc-dev grep gzip inetutils kernel-headers libtool licenses m4 make meson ninja optipng pam pam-dev patch pkgconfig pretendroot sed shadow tar uhu-base uhubuild-here uhu-pkg which xz-dev zlib-dev zstd-dev

7 changes: 0 additions & 7 deletions src/steps/depends
Original file line number Diff line number Diff line change
Expand Up @@ -504,13 +504,6 @@ for pkg in $UB_PACKAGES; do
fi # skip-autodepend

# python: nem mindig van #!/usr/bin/python* a .py fájlok elején...
if [ -d ./usr/lib/python2.7 ]; then
if [ "$UB_DISTRIBUTION_NUM" -ge "3" ]; then
echo "python2" >> "$UB_TMPDIR/pkg-noversion"
else
echo "python" >> "$UB_TMPDIR/pkg-noversion"
fi
fi
for pv in 3.10 3.9 3.8 3.7; do
if [ -d ./usr/lib/python$pv ]; then
echo "python3" >> "$UB_TMPDIR/pkg-noversion"
Expand Down

0 comments on commit 1b70a5b

Please sign in to comment.