mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Closes: https://bugs.gentoo.org/819018 Closes: https://bugs.gentoo.org/897522 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
11 lines
411 B
Diff
11 lines
411 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -57,7 +57,7 @@ setup_kwargs = dict(
|
|
description=README[0].strip(),
|
|
long_description=''.join(README),
|
|
test_suite='psycopg2cffi.tests.suite',
|
|
- packages=['psycopg2cffi', 'psycopg2cffi._impl', 'psycopg2cffi.tests'],
|
|
+ packages=['psycopg2cffi', 'psycopg2cffi._impl', 'psycopg2cffi.tests', 'psycopg2cffi.tests.psycopg2_tests'],
|
|
install_requires=['six'],
|
|
)
|