From a500f4daf4dd870ca82dfce6c07e07fc9caf9241 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 9 Mar 2019 17:00:57 -0300 Subject: [PATCH] python-pytest: remove duplicate python3-atomicwrites --- srcpkgs/python-pytest/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template index 444a30303a5..6481f21e677 100644 --- a/srcpkgs/python-pytest/template +++ b/srcpkgs/python-pytest/template @@ -10,7 +10,7 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools python-pluggy python-py python-setuptools python-pathlib2" checkdepends="python3-atomicwrites python3-hypothesis python3-more-itertools - python3-pluggy python3-py python3-atomicwrites python3-six" + python3-pluggy python3-py python3-six" short_desc="Simple powerful testing with Python2" maintainer="Orphaned " license="MIT"