PySolFC/PySolFC-pycotap_not_required_to_run.patch

12 lines
354 B
Diff

pycotap is only needed for the single unittest , tap_unittests.py
--- ./setup.py.orig 2023-12-01 18:05:30.725608311 +0000
+++ ./setup.py 2023-12-01 18:05:46.564570718 +0000
@@ -74,7 +74,6 @@ kw = {
'install_requires': [
'attrs>=18.2.0',
'configobj',
- 'pycotap',
'pysol_cards',
'random2',
'six',