Use python-devel instead of libcrypt-devel.
For packages that need crypt.h by way of python.
This commit is contained in:
@@ -5,13 +5,13 @@ _realname=yaml
|
||||
pkgbase=python-${_realname}
|
||||
pkgname=("python-${_realname}")
|
||||
pkgver=5.3.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Python bindings for YAML, using fast libYAML library'
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://pyyaml.org/'
|
||||
license=('MIT')
|
||||
depends=('python' 'libyaml')
|
||||
makedepends=('cython' 'python-setuptools' 'libyaml-devel' 'libcrypt-devel')
|
||||
makedepends=('cython' 'python-setuptools' 'libyaml-devel' 'python-devel')
|
||||
options=('staticlibs' 'strip' '!debug')
|
||||
source=("https://pyyaml.org/download/pyyaml/${_pyname}-${pkgver}.tar.gz")
|
||||
install=python-yaml.install
|
||||
|
||||
Reference in New Issue
Block a user