[arch-commits] Commit in python/trunk (genrebuild)
Evangelos Foutras
foutrelis at archlinux.org
Sun Nov 22 19:18:06 UTC 2020
Date: Sunday, November 22, 2020 @ 19:18:06
Author: foutrelis
Revision: 401736
python/genrebuild: fix kodi exclusion
Modified:
python/trunk/genrebuild
------------+
genrebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: genrebuild
===================================================================
--- genrebuild 2020-11-22 19:08:40 UTC (rev 401735)
+++ genrebuild 2020-11-22 19:18:06 UTC (rev 401736)
@@ -1,9 +1,10 @@
#!/bin/bash
pyver=$(pacman -S --print-format %v python | grep -oP '^[0-9]+\.[0-9]+')
+pyver=3.8
exclude=('python2' 'python2-.*' 'pypy3\?' 'cython2' 'cuda' 'metasploit'
'mysql-workbench' 'ntop' 'dia' 'ghidra' 'kross-interpreters'
- 'kodi')
+ 'kodi-gbm' 'kodi-wayland' 'kodi-x11')
{
pacman -Fq /usr/lib/python${pyver}/ | grep -v archlinuxcn | cut -d / -f 2
More information about the arch-commits
mailing list