freebsd-ports/devel/py-libiocage/files/patch-setup.py
William Grzybowski 2d4ba7909b devel/py-libiocage: Library to manage jails with iocage
Provides programmatic access to iocage features and jails, while aiming to be
compatible with iocage-legacy, and the current Python 3 version of iocage.

WWW: https://github.com/iocage/libiocage
2018-10-04 19:02:48 +00:00

10 lines
341 B
Python

--- setup.py.orig 2018-10-04 10:36:15 UTC
+++ setup.py
@@ -94,7 +94,6 @@ setup(
include_package_data=True,
install_requires=iocage_requirements["install_requires"],
dependency_links=iocage_requirements["dependency_links"],
- setup_requires=['pytest-runner'],
tests_require=['pytest', 'pytest-cov', 'pytest-pep8']
)