summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2020-12-08 20:17:08 -0300
committerRafael Fontenelle2020-12-08 20:17:08 -0300
commitbc4d58dc92a4807129af6dafac38de7825eaf4c9 (patch)
tree83b05c21176530cd195ad38beb9e4a942b4b687e
parentc3c6da06c514523eb7a575aa55f0cb855d6ce56c (diff)
downloadaur-bc4d58dc92a4807129af6dafac38de7825eaf4c9.tar.gz
Add setuptools to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b80e496c08..07c356a06f61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-pytest-datafiles
pkgdesc = py.test plugin to create a 'tmpdir' containing predefined files/directories.
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/omarkohl/pytest-datafiles
arch = any
license = MIT
makedepends = python-pytest
makedepends = python2-pytest
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = https://pypi.org/packages/source/p/pytest-datafiles/pytest-datafiles-2.0.tar.gz
sha256sums = 143329cbb1dbbb07af24f88fa4668e2f59ce233696cf12c49fd1c98d1756dbf9
diff --git a/PKGBUILD b/PKGBUILD
index 661cdad91200..dd4ef233c701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ _name=pytest-datafiles
pkgname=('python-pytest-datafiles' 'python2-pytest-datafiles')
pkgbase=python-$_name
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="py.test plugin to create a 'tmpdir' containing predefined files/directories."
arch=(any)
url="https://github.com/omarkohl/pytest-datafiles"
license=('MIT')
-makedepends=(python-pytest python2-pytest)
+makedepends=(python-pytest python2-pytest python-setuptools python2-setuptools)
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('143329cbb1dbbb07af24f88fa4668e2f59ce233696cf12c49fd1c98d1756dbf9')