mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-13 14:57:30 -08:00
Closes: https://bugs.gentoo.org/718110 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
12 lines
417 B
Diff
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"],
|