diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-12 17:47:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:21:03 +0200 |
commit | 14e695cfd44e19be4c5c3d1c65d27b86460f4275 (patch) | |
tree | 39a760d37dc8d5d400e52fd6ff586178832aa8ab /dev-python/blurb | |
parent | dev-python/betamax: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-14e695cfd44e19be4c5c3d1c65d27b86460f4275.tar.gz gentoo-14e695cfd44e19be4c5c3d1c65d27b86460f4275.tar.bz2 gentoo-14e695cfd44e19be4c5c3d1c65d27b86460f4275.zip |
dev-python/blurb: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748036
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blurb')
-rw-r--r-- | dev-python/blurb/blurb-1.0.7.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/blurb/blurb-1.0.7.ebuild b/dev-python/blurb/blurb-1.0.7.ebuild index fe85e9a6768e..a74c72cf82e7 100644 --- a/dev-python/blurb/blurb-1.0.7.ebuild +++ b/dev-python/blurb/blurb-1.0.7.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -14,9 +15,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - PATCHES=( "${FILESDIR}/blurb-setuptools.patch" ) |