From 1d4c7cda96cd95ce20926a560bc2a0b77ab2d507 Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Thu, 26 Jan 2017 08:42:15 -0600 Subject: [PATCH] python-smmap: remove unneeded yaml dependency --- srcpkgs/python-smmap/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-smmap/template b/srcpkgs/python-smmap/template index 3676cacbfe0..26abdf6a65f 100644 --- a/srcpkgs/python-smmap/template +++ b/srcpkgs/python-smmap/template @@ -1,13 +1,12 @@ # Template file for 'python-smmap' pkgname=python-smmap version=2.0.1 -revision=1 +revision=2 noarch=yes wrksrc="smmap-${version}" build_style=python-module pycompile_module="smmap" hostmakedepends="python-setuptools python3-setuptools" -depends="python-yaml" short_desc="Sliding memory map manager (Python2)" maintainer="Joseph LaFreniere " homepage="https://github.com/gitpython-developers/smmap" @@ -17,7 +16,6 @@ checksum=ff3df98fe1874228c5cae8c2cca18bf0122bbd1f8957eb2339f5faa61ffc4081 python3-smmap_package() { noarch=yes - depends="python3-yaml" pycompile_module="smmap" short_desc="${short_desc/Python2/Python3}" pkg_install() {