Merge pull request #5451 from jow-/ulogd-conditional-deps
[feed/packages.git] / lang / python / python-hyperlink / patches / 001-omit-tests.patch
1 --- a/setup.py
2 +++ b/setup.py
3 @@ -24,8 +24,9 @@ setup(name='hyperlink',
4 author=__author__,
5 author_email=__contact__,
6 url=__url__,
7 - packages=['hyperlink', 'hyperlink.test'],
8 + packages=['hyperlink'],
9 include_package_data=True,
10 + exclude_package_data={'':['test/*']},
11 zip_safe=False,
12 license=__license__,
13 platforms='any',