diff options
author | Brian Dolbec dolsen <dolsen@gentoo.org> | 2018-07-26 10:16:18 -0700 |
---|---|---|
committer | Brian Dolbec dolsen <dolsen@gentoo.org> | 2018-07-26 10:17:11 -0700 |
commit | f8ba630d495c4abb9cc7db36c68a18b4b9f945b7 (patch) | |
tree | 67fd2d60eda58b51064df6620d8c1c9b70e94caa /dev-python/py-ubjson | |
parent | dev-util/buildbot-wsgi-dashboards: Version bump to 1.3.0 (diff) | |
download | gentoo-f8ba630d495c4abb9cc7db36c68a18b4b9f945b7.tar.gz gentoo-f8ba630d495c4abb9cc7db36c68a18b4b9f945b7.tar.bz2 gentoo-f8ba630d495c4abb9cc7db36c68a18b4b9f945b7.zip |
dev-python/py-ubjson: Add missed setuptools dep bug 662022
Gentoo-bug: https://bugs.gentoo.org/662022
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/py-ubjson')
-rw-r--r-- | dev-python/py-ubjson/py-ubjson-0.11.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild index f7ea0909f016..9e759613ae71 100644 --- a/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild +++ b/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild @@ -14,3 +14,6 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |