remove unnecessary dep

This commit is contained in:
Sarah Ottinger
2021-03-29 18:54:12 -07:00
parent 1b56509c6b
commit b956fb2ccc

View File

@@ -11,7 +11,7 @@ arch=('any')
url="https://github.com/naufraghi/tinyaes-py"
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython" "${MINGW_PACKAGE_PREFIX}-tiny-aes-c")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython")
options=('!emptydirs')
source=("https://github.com/naufraghi/tinyaes-py/archive/refs/tags/v$pkgver.tar.gz"
"https://github.com/kokke/tiny-AES-c/archive/v${_tinyaesc_ver}.tar.gz")