dev-python/aldryn-common: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/5444
This commit is contained in:
Michael Mair-Keimberger (asterix)
2017-08-16 14:26:45 +02:00
committed by Patrice Clement
parent 8cc188a0e7
commit 787c7383d5

View File

@@ -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,