diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-18 19:32:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-18 19:39:29 +0100 |
commit | f10d12822a6371a1ffc4b6d57c441da5619d4917 (patch) | |
tree | 64121fd4e5664b5d201987020c6667d9f6fa8580 /app-backup | |
parent | dev-python/wrapt: Drop py2 (diff) | |
download | gentoo-f10d12822a6371a1ffc4b6d57c441da5619d4917.tar.gz gentoo-f10d12822a6371a1ffc4b6d57c441da5619d4917.tar.bz2 gentoo-f10d12822a6371a1ffc4b6d57c441da5619d4917.zip |
app-backup/buttersink: Remove unused dep on flake8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/buttersink/buttersink-0.6.8.ebuild | 6 | ||||
-rw-r--r-- | app-backup/buttersink/buttersink-9999.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/app-backup/buttersink/buttersink-0.6.8.ebuild b/app-backup/buttersink/buttersink-0.6.8.ebuild index 998f4d7a31d8..03a17692e5da 100644 --- a/app-backup/buttersink/buttersink-0.6.8.ebuild +++ b/app-backup/buttersink/buttersink-0.6.8.ebuild @@ -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 @@ -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 @@ -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 diff --git a/app-backup/buttersink/buttersink-9999.ebuild b/app-backup/buttersink/buttersink-9999.ebuild index 998f4d7a31d8..03a17692e5da 100644 --- a/app-backup/buttersink/buttersink-9999.ebuild +++ b/app-backup/buttersink/buttersink-9999.ebuild @@ -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 @@ -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 @@ -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 |