Skip to content

Commit

Permalink
dev-python/distlib: depend on unzip due to source being a zip #574586
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Apr 2, 2016
1 parent 3518102 commit 8cdac3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-python/distlib/distlib-0.2.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND="app-arch/unzip"

PATCHES=(
"${FILESDIR}"/${P}-unbundle.patch
"${FILESDIR}"/${P}-online.patch
Expand Down
2 changes: 2 additions & 0 deletions dev-python/distlib/distlib-0.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ LICENSE="BSD"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND="app-arch/unzip"

python_test() {
sed \
-e '/PIP_AVAILABLE/s:True:False:g' \
Expand Down
2 changes: 2 additions & 0 deletions dev-python/distlib/distlib-0.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND="app-arch/unzip"

PATCHES=(
"${FILESDIR}"/${P}-unbundle.patch
)
Expand Down

0 comments on commit 8cdac3d

Please sign in to comment.