Use python-devel instead of libcrypt-devel.

For packages that need crypt.h by way of python.
This commit is contained in:
Jeremy Drake
2020-08-25 12:22:41 -07:00
parent 27a71bf1c2
commit de4768e57f
11 changed files with 22 additions and 22 deletions

View File

@@ -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