opnsense-ports/misc/py-onnx-tf/files/patch-setup.py
Franco Fichtner 39e521def0 */*: sync with upstream
Taken from: FreeBSD
2022-03-28 12:42:29 +02:00

13 lines
514 B
Python

- same patch as suggested here: https://github.com/onnx/onnx-tensorflow/issues/1016
--- setup.py.orig 2022-03-25 17:32:07 UTC
+++ setup.py
@@ -30,7 +30,7 @@ setuptools.setup(
author='Arpith Jacob, Tian Jin, Gheorghe-Teodor Bercea, Wenhao Hu',
author_email='tian.jin1@ibm.com',
license='Apache License 2.0',
- packages=setuptools.find_packages(),
+ packages=setuptools.find_packages(exclude=['test*']),
zip_safe=False,
classifiers=[
"Programming Language :: Python :: 2",