Skip to content

Commit

Permalink
python-oauthlib_0.7.2.bb: Remove unnecessary DEPENDS on python-pip
Browse files Browse the repository at this point in the history
Remove unnecessary build dependency on python-pip.

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
  • Loading branch information
Jaewon Lee authored and mharth committed Jun 7, 2018
1 parent 6d7da9f commit d58d19f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes-devtools/python/python-oauthlib_0.7.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit setuptools

DEPENDS += "python-pip"

do_install_append() {
perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt" -o -name "requires.txt"`
for f in $perm_files; do
Expand Down

0 comments on commit d58d19f

Please sign in to comment.