From b956fb2ccc5eef8d51e21493e7656c0ee4bbf16d Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Mon, 29 Mar 2021 18:54:12 -0700 Subject: [PATCH] remove unnecessary dep --- mingw-w64-python-tinyaes/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-tinyaes/PKGBUILD b/mingw-w64-python-tinyaes/PKGBUILD index eb290d3066..baa39f4378 100644 --- a/mingw-w64-python-tinyaes/PKGBUILD +++ b/mingw-w64-python-tinyaes/PKGBUILD @@ -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")