From d2db507115337f7cc773c0894f43e67166512db8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 19 Aug 2019 16:22:16 +0200 Subject: [PATCH] Add bindep.txt for pypy Since we do not have a bindep fallback file anymore, pypy is not installed anymore. Add bindep.txt to install the interpreter. Change-Id: I3324e6dd00523359e5722867774b51b980b336e3 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..d4a0b73 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,2 @@ +pypy [platform:ubuntu pypy] +pypy-dev [platform:ubuntu pypy]