From 4ec00fa1f7b8f094d5537e530db376c2d6e25562 Mon Sep 17 00:00:00 2001 From: Syrus Dark Date: Mon, 18 Jan 2021 15:21:00 +0530 Subject: [PATCH] remove unnecessary makedeps --- mingw-w64-python-tomlkit/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-tomlkit/PKGBUILD b/mingw-w64-python-tomlkit/PKGBUILD index e31f29d80a..693d24b3cb 100644 --- a/mingw-w64-python-tomlkit/PKGBUILD +++ b/mingw-w64-python-tomlkit/PKGBUILD @@ -10,8 +10,7 @@ arch=('any') url='https://github.com/sdispater/tomlkit' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python") -makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" - "${MINGW_PACKAGE_PREFIX}-python-build") +makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-${pkgver}.tar.gz"::"https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz") sha512sums=('1483DBC3A8CF87257D592B5AF97A66449133337B5A6F709D997054861615527510338FA27F048B27A69611782BD35A126C750EEE465301D92E83CD2A8E45C5A5')