diff options
Diffstat (limited to 'package/python-psycopg2')
-rw-r--r-- | package/python-psycopg2/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/python-psycopg2/Config.in b/package/python-psycopg2/Config.in index ec852bb49e..ec27d706de 100644 --- a/package/python-psycopg2/Config.in +++ b/package/python-psycopg2/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PYTHON_PSYCOPG2 bool "python-psycopg2" + depends on BR2_USE_WCHAR # postgresql select BR2_PACKAGE_POSTGRESQL help Psycopg is the most popular PostgreSQL database adapter for @@ -20,3 +21,6 @@ config BR2_PACKAGE_PYTHON_PSYCOPG2 Psycopg 2 is both Unicode and Python 3 friendly. http://initd.org/psycopg/ + +comment "python-psycopg2 needs a toolchain w/ wchar" + depends on !BR2_USE_WCHAR |