ports/devel/py-pkgconfig/files/patch-setup.py
Martin Wilke 44e3c7d5ff pkgconfig is a Python module to interface with the pkg-config command line tool.
WWW: https://pypi.python.org/pypi/pkgconfig

PR:		205136
Submitted by:	Johannes Meixner <xmj@chaot.net>
Approved by:    mat (mentor)
Differential Revision:  D4511
2015-12-11 14:01:03 +00:00

11 lines
341 B
Python

--- setup.py.orig 2015-12-08 03:19:32 UTC
+++ setup.py
@@ -11,7 +11,5 @@ setup(
license='MIT',
packages=['pkgconfig'],
description="Interface Python with pkg-config",
- long_description=open('README.rst').read(),
- setup_requires=['nose>=1.0'],
- test_suite='test',
+ long_description=open('README.rst').read()
)