Commit 12286b9c authored by satmandu's avatar satmandu Committed by GitHub

Add python to buildessential (#5243)

parent 41770a9e
......@@ -3,12 +3,11 @@ require 'package'
class Buildessential < Package
description 'A collection of tools essential to compile and build software.'
homepage ''
version '1.8'
version '1.9'
compatibility 'all'
is_fake
#install first to get ldconfig
depends_on 'glibc'
depends_on 'gcc10'
......@@ -59,6 +58,10 @@ class Buildessential < Package
# xorg protocols headers
#depends_on 'xorg_proto'
# Python
depends_on 'python27'
depends_on 'python3'
# maybe meson build system ?
depends_on 'meson'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment