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

@@ -3,13 +3,13 @@
_realname=dulwich
pkgname="python-${_realname}"
pkgver=0.20.5
pkgrel=1
pkgrel=2
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('i686' 'x86_64')
url='https://www.dulwich.io'
license=('GPL')
depends=('python')
makedepends=('python-setuptools' 'libcrypt-devel')
makedepends=('python-setuptools' 'python-devel')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('98484ede022da663c96b54bc8dcdb4407072cb50efd5d20d58ca4e7779931305')