mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
11 lines
319 B
Python
11 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'],
|
|
|