Move more things to libxcrypt

This commit is contained in:
Christoph Reiter
2023-07-13 20:57:09 +02:00
parent 609d1de5b6
commit 67de076357
5 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
pkgbase=python
pkgname=('python' 'python-devel')
pkgver=3.11.4
pkgrel=2
pkgrel=3
_pybasever=${pkgver%.*}
pkgdesc="Next generation of the python high-level scripting language"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('custom')
url="https://www.python.org/"
makedepends=(
'libbz2-devel'
'libcrypt-devel'
'libxcrypt-devel'
'libexpat-devel'
'mpdecimal-devel'
'libsqlite-devel'
@@ -131,7 +131,7 @@ check() {
}
package_python() {
depends=('libbz2' 'libexpat' 'libffi' 'liblzma' 'ncurses' 'libopenssl' 'libreadline' 'mpdecimal' 'libsqlite' 'zlib' 'libcrypt')
depends=('libbz2' 'libexpat' 'libffi' 'liblzma' 'ncurses' 'libopenssl' 'libreadline' 'mpdecimal' 'libsqlite' 'zlib' 'libxcrypt')
provides=('python3')
replaces=('python3')