From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62E5C1382C5 for ; Mon, 1 Mar 2021 22:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6446E0948; Mon, 1 Mar 2021 22:11:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89C91E0948 for ; Mon, 1 Mar 2021 22:11:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EF94340D91 for ; Mon, 1 Mar 2021 22:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E132A4DC for ; Mon, 1 Mar 2021 22:11:37 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1614636688.2d34b12f8d730d5df3de51bc113a23d6a304c4f7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-salt-factories/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-salt-factories/files/pytest-salt-factories-0.92.0-setup.patch X-VCS-Directories: dev-python/pytest-salt-factories/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2d34b12f8d730d5df3de51bc113a23d6a304c4f7 X-VCS-Branch: master Date: Mon, 1 Mar 2021 22:11:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e35a8d7f-47a8-4fd0-8bb7-68d2cf407056 X-Archives-Hash: 281e7f2898b22a6e4bd1354a26c48973 commit: 2d34b12f8d730d5df3de51bc113a23d6a304c4f7 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Feb 28 12:12:15 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Mar 1 22:11:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d34b12f dev-python/pytest-salt-factories: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/19708 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../files/pytest-salt-factories-0.92.0-setup.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-python/pytest-salt-factories/files/pytest-salt-factories-0.92.0-setup.patch b/dev-python/pytest-salt-factories/files/pytest-salt-factories-0.92.0-setup.patch deleted file mode 100644 index d8d1a915a78..00000000000 --- a/dev-python/pytest-salt-factories/files/pytest-salt-factories-0.92.0-setup.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index d7cab46..1321f06 100644 ---- a/setup.py -+++ b/setup.py -@@ -51,7 +51,7 @@ setup( - url="https://github.com/saltstack/pytest-salt-factories", - description="Pytest Salt Plugin", - long_description=read("README.rst"), -- packages=find_packages(), -+ packages=find_packages(exclude=['tests', 'tests.*']), - cmdclass=versioneer.get_cmdclass(), - install_requires=parse_requirements(), - extras_require={"docker": ["docker"], "salt": ["salt>=3000.1"]},