remove unnecessary dep
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user