diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-12 09:00:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-12 15:27:51 +0200 |
commit | dee0b9dc9b2a548bdd3113a5c11e470ef3a4e00f (patch) | |
tree | 95022bb7e05336dfe31fe99173597613a4f6e630 /dev-python/m2crypto | |
parent | dev-python/ipython: Fix dev-python/typing dep (diff) | |
download | gentoo-dee0b9dc9b2a548bdd3113a5c11e470ef3a4e00f.tar.gz gentoo-dee0b9dc9b2a548bdd3113a5c11e470ef3a4e00f.tar.bz2 gentoo-dee0b9dc9b2a548bdd3113a5c11e470ef3a4e00f.zip |
dev-python/m2crypto: Fix dev-python/typing dep
Diffstat (limited to 'dev-python/m2crypto')
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.27.0-r2.ebuild (renamed from dev-python/m2crypto/m2crypto-0.27.0-r1.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.27.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/m2crypto/m2crypto-0.27.0-r1.ebuild b/dev-python/m2crypto/m2crypto-0.27.0-r2.ebuild index 7511b164b272..84bdf24cfb7d 100644 --- a/dev-python/m2crypto/m2crypto-0.27.0-r1.ebuild +++ b/dev-python/m2crypto/m2crypto-0.27.0-r2.ebuild @@ -23,7 +23,7 @@ IUSE="libressl" RDEPEND=" !libressl? ( >=dev-libs/openssl-0.9.8:0=[-bindist(-)] ) libressl? ( dev-libs/libressl:0= ) - dev-python/typing[${PYTHON_USEDEP}] + virtual/python-typing[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} >=dev-lang/swig-1.3.28:0 diff --git a/dev-python/m2crypto/m2crypto-0.27.0.ebuild b/dev-python/m2crypto/m2crypto-0.27.0.ebuild index 34bf69ba7e38..e1df10b50d73 100644 --- a/dev-python/m2crypto/m2crypto-0.27.0.ebuild +++ b/dev-python/m2crypto/m2crypto-0.27.0.ebuild @@ -23,7 +23,7 @@ IUSE="libressl" RDEPEND=" !libressl? ( >=dev-libs/openssl-0.9.8:0=[-bindist(-)] ) libressl? ( dev-libs/libressl:0= ) - dev-python/typing[${PYTHON_USEDEP}] + virtual/python-typing[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} >=dev-lang/swig-1.3.28:0 |