almalinux 'python3.12-wheel'
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
name='python3-clevercsv'
|
||||
version='0.8.2'
|
||||
release='1'
|
||||
release='2'
|
||||
desc='A Python package for handling messy CSV files'
|
||||
homepage='https://github.com/alan-turing-institute/CleverCSV'
|
||||
license=('MIT')
|
||||
@ -19,7 +19,14 @@ build_deps=(
|
||||
'python3-installer'
|
||||
'python3-wheel'
|
||||
)
|
||||
|
||||
build_deps_almalinux=(
|
||||
'git'
|
||||
'python3-setuptools'
|
||||
'python3-build'
|
||||
'python3-devel'
|
||||
'python3-installer'
|
||||
'python3.12-wheel'
|
||||
)
|
||||
#opt_deps=(
|
||||
# 'python3-pandas'
|
||||
# 'python3-tabview'
|
||||
|
Reference in New Issue
Block a user