From 439bee0b8d3214a41f34eb39f905699eb6c2c807 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 22 Jun 2017 12:11:49 +0200 Subject: [PATCH] python-fasteners: needs python-monotonic. --- srcpkgs/python-fasteners/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-fasteners/template b/srcpkgs/python-fasteners/template index 0a5d0c78037..862e23d2b09 100644 --- a/srcpkgs/python-fasteners/template +++ b/srcpkgs/python-fasteners/template @@ -1,11 +1,12 @@ # Template file for 'python-fasteners' pkgname=python-fasteners version=0.14.1 -revision=1 +revision=2 noarch=yes wrksrc="fasteners-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" +depends="python-monotonic python-six" pycompile_module="fasteners" short_desc="Python package that provides useful locks" maintainer="Leah Neukirchen "