public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 3/3] python3-git: Fixes dependencies, avoiding to install python3-misc
Date: Fri, 12 Aug 2016 21:03:35 +0000	[thread overview]
Message-ID: <91edba072fe86b6d4a241c548fe04337d4008ff4.1471026724.git.alejandro.hernandez@linux.intel.com> (raw)
In-Reply-To: <5e7ef6c13822259be4c3a29b2a8105a9d02d7f08.1471026724.git.alejandro.hernandez@linux.intel.com>
In-Reply-To: <cover.1471026724.git.alejandro.hernandez@linux.intel.com>

This patch adds the following dependencies to be able to import git on
python3: python3-enum, python3-logging, python3-datetime, python3-netclient.

[YOCTO #9757]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta/recipes-devtools/python/python3-git_2.0.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3-git_2.0.7.bb b/meta/recipes-devtools/python/python3-git_2.0.7.bb
index 6620444..c9fe9ba 100644
--- a/meta/recipes-devtools/python/python3-git_2.0.7.bb
+++ b/meta/recipes-devtools/python/python3-git_2.0.7.bb
@@ -4,4 +4,4 @@ DEPENDS = "python3-gitdb"
 
 inherit setuptools3
 
-RDEPENDS_${PN} += "python3-gitdb python3-lang python3-io python3-shell python3-math python3-re python3-subprocess python3-stringold python3-unixadmin"
+RDEPENDS_${PN} += "python3-gitdb python3-lang python3-io python3-shell python3-math python3-re python3-subprocess python3-stringold python3-unixadmin python3-enum python3-logging python3-datetime python3-netclient"
-- 
2.6.6



      parent reply	other threads:[~2016-08-12 21:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1471026724.git.alejandro.hernandez@linux.intel.com>
2016-08-12 21:03 ` [PATCH 1/3] python3.5-manifest: Fixes several dependencies on the newest python3 Alejandro Hernandez
2016-08-15 13:27   ` Burton, Ross
2016-08-12 21:03 ` [PATCH 2/3] python3-gitdb: Fixes zlib missing dependency Alejandro Hernandez
2016-08-12 21:03 ` Alejandro Hernandez [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=91edba072fe86b6d4a241c548fe04337d4008ff4.1471026724.git.alejandro.hernandez@linux.intel.com \
    --to=alejandro.hernandez@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox