Move more things to libxcrypt
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user