[arch-commits] Commit in python/trunk (genrebuild)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 26 03:37:45 UTC 2020
Date: Thursday, November 26, 2020 @ 03:37:44
Author: foutrelis
Revision: 401860
Remove hardcoded pyver=3.8 from python/genrebuild
It was committed by mistake.
Modified:
python/trunk/genrebuild
------------+
genrebuild | 1 -
1 file changed, 1 deletion(-)
Modified: genrebuild
===================================================================
--- genrebuild 2020-11-25 23:47:22 UTC (rev 401859)
+++ genrebuild 2020-11-26 03:37:44 UTC (rev 401860)
@@ -1,7 +1,6 @@
#!/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-gbm' 'kodi-wayland' 'kodi-x11')
More information about the arch-commits
mailing list