Add python-setuptools to makedepends

This commit is contained in:
Anthony Wang 2021-12-24 18:30:46 -06:00
parent 40df9254c1
commit 39bd2ea996
Signed by: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 7 additions and 5 deletions

View file

@ -1,15 +1,15 @@
pkgbase = python-certipy
pkgdesc = A simple python tool for creating certificate authorities and certificates on the fly
pkgver = 0.1.3
pkgrel = 1
pkgrel = 2
url = https://github.com/LLNL/certipy
arch = any
license = BSD
makedepends = python-pypandoc
makedepends = python-setuptools
depends = python
depends = python-pyopenssl
source = https://files.pythonhosted.org/packages/source/c/certipy/certipy-0.1.3.tar.gz
sha256sums = 695704b7716b033375c9a1324d0d30f27110a28895c40151a90ec07ff1032859
pkgname = python-certipy

View file

@ -1,14 +1,16 @@
# Maintainer: Tommy Li <ttoo74@gmail.com>
# Maintainer: Anthony Wang <ta180m@pm.me>
# Contributor: Tommy Li <ttoo74@gmail.com>
pkgname=python-certipy
_name=${pkgname#python-}
pkgver=0.1.3
pkgrel=1
pkgrel=2
pkgdesc="A simple python tool for creating certificate authorities and certificates on the fly"
arch=(any)
url="https://github.com/LLNL/certipy"
license=('BSD')
depends=("python" "python-pyopenssl")
makedepends=("python-pypandoc")
makedepends=("python-pypandoc" "python-setuptools")
checkdepends=()
optdepends=()
options=()