[arch-commits] Commit in code/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Tue Oct 5 19:11:49 UTC 2021


    Date: Tuesday, October 5, 2021 @ 19:11:49
  Author: jelle
Revision: 1027771

Drop python2 as make dependency

Fixes: FS#70004

Modified:
  code/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-05 18:34:49 UTC (rev 1027770)
+++ PKGBUILD	2021-10-05 19:11:49 UTC (rev 1027771)
@@ -21,7 +21,7 @@
 optdepends=('bash-completion: Bash completions'
             'zsh-completions: ZSH completitons'
             'x11-ssh-askpass: SSH authentication')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-fermium')
+makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-fermium')
 provides=('vscode')
 source=("$pkgname::git+$url.git#tag=$pkgver"
         'code.js'
@@ -99,11 +99,6 @@
 }
 
 build() {
-  # https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
   cd $pkgname
 
   yarn install --arch=$_vscode_arch



More information about the arch-commits mailing list