diff options
author | 2019-08-18 00:38:47 +0900 | |
---|---|---|
committer | 2019-08-18 00:38:47 +0900 | |
commit | d4162c0382ddf0285e257095e6304b7660f48d69 (patch) | |
tree | 2293f089443909b0377cbe398a7803503d1fe6f0 | |
parent | 483f79e66eb76b0f1bebe1e3a0a0327b0ba59f16 (diff) | |
download | meta-spdxscanner-d4162c0382ddf0285e257095e6304b7660f48d69.tar.gz meta-spdxscanner-d4162c0382ddf0285e257095e6304b7660f48d69.tar.bz2 meta-spdxscanner-d4162c0382ddf0285e257095e6304b7660f48d69.zip |
Deleted python3-psycopg2-native from dependences of dosocs2.
postgresql-native is hard to start, so don't enable postgresql for dosocs2.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
-rw-r--r-- | recipes-devtools/python/python3-dosocs2_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-dosocs2_git.bb b/recipes-devtools/python/python3-dosocs2_git.bb index 75d4395..5409628 100644 --- a/recipes-devtools/python/python3-dosocs2_git.bb +++ b/recipes-devtools/python/python3-dosocs2_git.bb @@ -20,7 +20,6 @@ PV = "0.16.1" inherit distutils3 python3native setuptools3 python3-dir DEPENDS += "python3-jinja2-native \ - python3-psycopg2-native \ python3-docopt-native \ python3-sqlalchemy-native \ file-native \ |