Skip to content

Commit

Permalink
app-backup/buttersink: Remove unused dep on flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 18, 2020
1 parent 7880a1d commit f10d128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions app-backup/buttersink/buttersink-0.6.8.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/AmesCornish/buttersink"

LICENSE="GPL-3"
SLOT=0
IUSE="test"

# local tests would require root and cause sandbox issues with btrfs subvolume
# operations, and network tests would require an SSH server with root login to
Expand All @@ -33,8 +32,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/crcmod[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
sys-fs/btrfs-progs"
DEPEND="${RDEPEND}
test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"

python_prepare_all() {
if [[ ${PV} == 9999 ]] ; then
Expand Down
6 changes: 2 additions & 4 deletions app-backup/buttersink/buttersink-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/AmesCornish/buttersink"

LICENSE="GPL-3"
SLOT=0
IUSE="test"

# local tests would require root and cause sandbox issues with btrfs subvolume
# operations, and network tests would require an SSH server with root login to
Expand All @@ -33,8 +32,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/crcmod[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
sys-fs/btrfs-progs"
DEPEND="${RDEPEND}
test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"

python_prepare_all() {
if [[ ${PV} == 9999 ]] ; then
Expand Down

0 comments on commit f10d128

Please sign in to comment.