mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
WWW: https://pypi.python.org/pypi/pkgconfig PR: 205136 Submitted by: Johannes Meixner <xmj@chaot.net> Approved by: mat (mentor) Differential Revision: D4511
11 lines
341 B
Python
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()
|
|
)
|