summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78328cc8839a..168edec40eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-flufl-lock
url = https://launchpad.net/flufl.lock
arch = any
license = LGPL
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
options = !emptydirs
source = https://pypi.python.org/packages/source/f/flufl.lock/flufl.lock-2.3.1.tar.gz
sha256sums = a693064d05fd92035989a6addbe92cbeb3291c11f5725ec3d381b2acb37c9079
diff --git a/PKGBUILD b/PKGBUILD
index 6d389301ed67..55a0bd34cd4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ arch=(any)
url="https://launchpad.net/flufl.lock"
license=('LGPL')
options=(!emptydirs)
-install=
source=("https://pypi.python.org/packages/source/f/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
sha256sums=('a693064d05fd92035989a6addbe92cbeb3291c11f5725ec3d381b2acb37c9079')
+makedepends=('python-setuptools' 'python2-setuptools')
package_python-flufl-lock() {
depends=('python')