From aaae119cbd109b01f12b1c4bd26723a10ce73795 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Apr 2020 14:55:08 -0400 Subject: [PATCH] oil: add explicit python_version --- srcpkgs/oil/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template index 56a2511d860..7b9317f2dc8 100644 --- a/srcpkgs/oil/template +++ b/srcpkgs/oil/template @@ -11,6 +11,7 @@ license="Apache-2.0" homepage="https://www.oilshell.org" distfiles="${homepage}/download/${pkgname}-${version}.tar.xz" checksum=a37eb491ffee5766aa8719056d42d5d836309dc26e345ecd6a2a1d240cd18989 +python_version=2 #unverified register_shell="/usr/bin/osh" nocross="oil is nocross" nostrip=yes @@ -31,7 +32,3 @@ do_install() { ln -s oil.ovm osh ln -s oil.ovm oshc } - -post_install() { - vlicense LICENSE.txt -}