summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-16 22:16:45 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-16 22:17:56 +0100
commit18574d80d691be8f2d3991780aee30564838ab30 (patch)
tree71a8f64afc1db197d28ca8835b07b728bc516dfe /dev-python/nototools
parentdev-python/m2crypto: Replace virts with cond deps (diff)
downloadgentoo-18574d80d691be8f2d3991780aee30564838ab30.tar.gz
gentoo-18574d80d691be8f2d3991780aee30564838ab30.tar.bz2
gentoo-18574d80d691be8f2d3991780aee30564838ab30.zip
dev-python/nototools: Replace virts with cond deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nototools')
-rw-r--r--dev-python/nototools/nototools-0_pre20200113.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/nototools/nototools-0_pre20200113.ebuild b/dev-python/nototools/nototools-0_pre20200113.ebuild
index 425374cffc01..538928c92628 100644
--- a/dev-python/nototools/nototools-0_pre20200113.ebuild
+++ b/dev-python/nototools/nototools-0_pre20200113.ebuild
@@ -29,7 +29,9 @@ RDEPEND="${DEPEND}
>=dev-python/fonttools-3.36.0[${PYTHON_USEDEP}]
>=dev-python/pillow-4.0.0[${PYTHON_USEDEP}]
>=dev-python/pyclipper-1.0.6[${PYTHON_USEDEP}]
- virtual/python-typing[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/typing[${PYTHON_USEDEP}]
+ ' -2)
"
S="${WORKDIR}/${PN}-${COMMIT}"