From bce93d0d0c55b5f7a6a9c46ed1f385db675dfccb Mon Sep 17 00:00:00 2001 From: Stuart D. Gathman Date: Nov 23 2017 01:17:36 +0000 Subject: do not select python3 with chain patch --- diff --git a/acme-tiny-chain.patch b/acme-tiny-chain.patch index 20f53f8..5e681d9 100644 --- a/acme-tiny-chain.patch +++ b/acme-tiny-chain.patch @@ -3,7 +3,7 @@ diff -up ./acme_tiny.py.chain ./acme_tiny.py +++ ./acme_tiny.py 2017-11-22 12:18:56.963653336 -0500 @@ -1,4 +1,4 @@ -#!/usr/bin/env python -+#!/usr/bin/python3 ++#!/usr/bin/python import argparse, subprocess, json, os, sys, base64, binascii, time, hashlib, re, copy, textwrap, logging try: from urllib.request import urlopen # Python 3