From: Michael Mair-Keimberger (asterix) Date: Wed, 16 Aug 2017 12:26:45 +0000 (+0200) Subject: dev-python/aldryn-common: remove unused patch. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=787c7383d501e186dd8e1c578f8594ae59ba62de;p=gentoo.git dev-python/aldryn-common: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/5444 --- diff --git a/dev-python/aldryn-common/files/exclude_tests.patch b/dev-python/aldryn-common/files/exclude_tests.patch deleted file mode 100644 index 8b029edb2949..000000000000 --- a/dev-python/aldryn-common/files/exclude_tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.old 2016-06-20 13:30:32.787572664 +0200 -+++ setup.py 2016-06-20 13:33:47.360904835 +0200 -@@ -32,7 +32,7 @@ - author='Divio AG', - author_email='info@divio.ch', - url='https://github.com/aldryn/aldryn-common', -- packages=find_packages(), -+ packages=find_packages(exclude=('tests',)), - license='LICENSE.txt', - platforms=['OS Independent'], - install_requires=REQUIREMENTS,