From 426c840b621378d2a111a9bcf8f9069d1c4bc08d Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Tue, 15 Nov 2016 15:08:24 +0000 Subject: Add explicit python2 default --- DEFAULTS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DEFAULTS b/DEFAULTS index 83f0afed..815ed667 100644 --- a/DEFAULTS +++ b/DEFAULTS @@ -87,6 +87,17 @@ build-systems: strip-commands: - *generic-strip-command + python2-distutils: + # The Python distutils build systems. + configure-commands: [] + build-commands: + - python2 setup.py build + install-commands: + - python2 setup.py install --prefix "$PREFIX" --root "$DESTDIR" + strip-commands: + - *generic-strip-command + + python3-distutils: # The Python distutils build systems. configure-commands: [] -- cgit v1.2.1