summaryrefslogtreecommitdiff
path: root/elements/python2-core/pyyaml-python2.bst
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-07-18 13:40:57 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2018-07-25 10:39:10 +0100
commit1b4f6edf42b32ab0da020888aeba65283adef60d (patch)
tree5042a67c2b16d85b59f9c5f2f1fe238d34d69e38 /elements/python2-core/pyyaml-python2.bst
parentfceb12c66ff42717a4c1fe6bb0e7b8a3a2dcaf5b (diff)
downloaddefinitions-1b4f6edf42b32ab0da020888aeba65283adef60d.tar.gz
Remove all python2 libraries
Diffstat (limited to 'elements/python2-core/pyyaml-python2.bst')
-rw-r--r--elements/python2-core/pyyaml-python2.bst15
1 files changed, 0 insertions, 15 deletions
diff --git a/elements/python2-core/pyyaml-python2.bst b/elements/python2-core/pyyaml-python2.bst
deleted file mode 100644
index 1bac7aa7..00000000
--- a/elements/python2-core/pyyaml-python2.bst
+++ /dev/null
@@ -1,15 +0,0 @@
-kind: manual
-depends:
-- core.bst
-- python2-core/python2.bst
-- python2-core/python2-setuptools.bst
-sources:
-- kind: git
- url: upstream:pyyaml
- track: baserock/morph
- ref: d9fbcceaed39d955f6871b07c61dc42f824285c1
-config:
- build-commands:
- - python2 setup.py --without-libyaml build
- install-commands:
- - python2 setup.py --without-libyaml install --prefix="%{prefix}" --root "%{install-root}"