[arch-commits] Commit in python/trunk (genrebuild)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Tue Nov 30 21:51:28 UTC 2021
Date: Tuesday, November 30, 2021 @ 21:51:28
Author: foutrelis
Revision: 429838
python/genrebuild: exclude cuda-tools
Modified:
python/trunk/genrebuild
------------+
genrebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: genrebuild
===================================================================
--- genrebuild 2021-11-30 21:46:27 UTC (rev 429837)
+++ genrebuild 2021-11-30 21:51:28 UTC (rev 429838)
@@ -1,8 +1,8 @@
#!/bin/bash
pyver=$(pacman -S --print-format %v python | grep -oP '^[0-9]+\.[0-9]+')
-exclude=('python2' 'python2-.*' 'pypy3\?' 'cython2' 'cuda' 'metasploit'
- 'dia' 'ghidra' 'kross-interpreters')
+exclude=('python2' 'python2-.*' 'pypy3\?' 'cython2' 'cuda' 'cuda-tools'
+ 'metasploit' 'dia' 'ghidra' 'kross-interpreters')
{
pacman -Fq /usr/lib/python${pyver}/ | grep -v archlinuxcn | cut -d / -f 2
More information about the arch-commits
mailing list