mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
4cf6004d2e
PR: 228529 Submitted by: Waitman Gobble <waitman@waitman.net>
12 lines
319 B
Python
12 lines
319 B
Python
--- setup.py.orig 2016-09-16 14:22:47 UTC
|
|
+++ setup.py
|
|
@@ -263,7 +263,7 @@ setup(
|
|
author_email='lud@tutanota.com',
|
|
license='MIT',
|
|
|
|
- setup_requires=['cffi>=1.3.0', 'pytest-runner==2.6.2'],
|
|
+ setup_requires=['cffi>=1.3.0'],
|
|
install_requires=['cffi>=1.3.0'],
|
|
tests_require=['pytest==2.8.7'],
|
|
|