diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-03 23:27:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-15 01:21:36 +0200 |
commit | cc0c702e641c038bfcd537a8d8698e97e79dd5b4 (patch) | |
tree | 73740f0a5e557b99459cff9c9410f74c80785dd2 /dev-python/python-debian | |
parent | dev-python/betamax: Drop superfluous python_gen_cond_dep w/o python2_7 (diff) | |
download | gentoo-cc0c702e641c038bfcd537a8d8698e97e79dd5b4.tar.gz gentoo-cc0c702e641c038bfcd537a8d8698e97e79dd5b4.tar.bz2 gentoo-cc0c702e641c038bfcd537a8d8698e97e79dd5b4.zip |
dev-python/python-debian: Drop superfluous python_gen_cond_dep w/o python2_7
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/python-debian')
-rw-r--r-- | dev-python/python-debian/python-debian-0.1.36.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/python-debian/python-debian-0.1.36.ebuild b/dev-python/python-debian/python-debian-0.1.36.ebuild index 78fab194385a..c4ec7d333fa1 100644 --- a/dev-python/python-debian/python-debian-0.1.36.ebuild +++ b/dev-python/python-debian/python-debian-0.1.36.ebuild @@ -23,10 +23,7 @@ RDEPEND=" BDEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - app-arch/dpkg - $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' -2) - ) + test? ( app-arch/dpkg ) " PATCHES=( "${FILESDIR}/0.1.36-disable-apt-pkg.patch" ) |