Revert r389121 and fix setup.py.

Submitted by:	koobs
This commit is contained in:
Jung-uk Kim 2015-06-11 04:34:50 +00:00
parent b25cb55b23
commit e11f3c66b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389157
2 changed files with 11 additions and 2 deletions

View File

@ -11,8 +11,6 @@ COMMENT= Python binding for the LZ4 compression library
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose
USE_PYTHON= autoplist distutils
USES= python

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2014-07-07 13:03:03 UTC
+++ setup.py
@@ -29,7 +29,7 @@ setup(
"-DLZ4_VERSION=\"r119\"",
])
],
- setup_requires=["nose>=1.0"],
+ tests_require=["nose>=1.0"],
test_suite = "nose.collector",
classifiers=[
'Development Status :: 5 - Production/Stable',