summaryrefslogtreecommitdiff
path: root/elements/core/python3.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/core/python3.bst')
-rw-r--r--elements/core/python3.bst27
1 files changed, 19 insertions, 8 deletions
diff --git a/elements/core/python3.bst b/elements/core/python3.bst
index 0027e825..4e798a36 100644
--- a/elements/core/python3.bst
+++ b/elements/core/python3.bst
@@ -1,18 +1,29 @@
kind: autotools
+
depends:
-- gnu-toolchain.bst
-- core/openssl-new.bst
-- core/bzip2.bst
-- core/libexpat.bst
-- core/libffi.bst
-- core/sqlite3.bst
-- core/ncurses.bst
-- core/readline.bst
+- filename: gnu-toolchain.bst
+ type: build
+- filename: core/openssl-new.bst
+ type: build
+- filename: core/bzip2.bst
+ type: build
+- filename: core/libexpat.bst
+ type: build
+- filename: core/libffi.bst
+ type: build
+- filename: core/sqlite3.bst
+ type: build
+- filename: core/ncurses.bst
+ type: build
+- filename: core/readline.bst
+ type: build
+
sources:
- kind: git
url: upstream:cpython
track: v3.5.2
ref: 609bc370055e03b3c74c4321a5990929c29a226d
+
config:
configure-commands:
- |