summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f34d1e27c6b5..51d91d6322e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = python-pypng
url = https://github.com/drj11/pypng
arch = any
license = MIT
- makedepends = python-setuptools
depends = python
source = https://github.com/drj11/pypng/archive/pypng-0.0.20.tar.gz
sha256sums = d008a1f1f79633937ed2aa1742c7c077359edce53764b8b247891056ddca913c
diff --git a/PKGBUILD b/PKGBUILD
index 650c715197cb..20423f520b0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ arch=(any)
url="https://github.com/drj11/pypng"
license=('MIT')
depends=('python')
-makedepends=('python-setuptools')
source=("$url/archive/pypng-$pkgver.tar.gz")
build() {