gentoo/dev-python/python-augeas/files/remove-tests.patch
Matthew Thode 97c385955c
dev-python/python-augeas: 1.1.0 bump
Closes: https://bugs.gentoo.org/718110
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2020-04-19 13:31:03 -05:00

12 lines
417 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(name=name,
author="Harald Hoyer",
author_email="augeas-devel@redhat.com",
description="""Python bindings for Augeas""",
- packages=find_packages(exclude=('test')),
+ packages=find_packages(exclude=('test',)),
setup_requires=["cffi>=1.0.0"],
cffi_modules=["augeas/ffi.py:ffi"],
install_requires=["cffi>=1.0.0"],