diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-14 17:10:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-14 18:11:06 +0200 |
commit | 4ef9b5296f67d14868a7fc58b398204af2bee204 (patch) | |
tree | 006b2e6757952ec529742b5f747c828bc4cb9845 /dev-python/twisted | |
parent | dev-python/service_identity: Correct distfile filename (diff) | |
download | gentoo-4ef9b5296f67d14868a7fc58b398204af2bee204.tar.gz gentoo-4ef9b5296f67d14868a7fc58b398204af2bee204.tar.bz2 gentoo-4ef9b5296f67d14868a7fc58b398204af2bee204.zip |
Rename dev-python/{service_identity → service-identity}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/twisted-22.10.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/twisted/twisted-22.10.0-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/twisted/twisted-22.10.0-r1.ebuild b/dev-python/twisted/twisted-22.10.0-r1.ebuild index db9b7ce789a2..2857f4759871 100644 --- a/dev-python/twisted/twisted-22.10.0-r1.ebuild +++ b/dev-python/twisted/twisted-22.10.0-r1.ebuild @@ -48,7 +48,7 @@ RDEPEND=" ) ssl? ( >=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}] - >=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}] + >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] >=dev-python/idna-2.4[${PYTHON_USEDEP}] ) " @@ -71,7 +71,7 @@ BDEPEND=" ) ssl? ( >=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}] - >=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}] + >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] ) ' python3_{8..10} pypy3) $(python_gen_cond_dep ' diff --git a/dev-python/twisted/twisted-22.10.0-r3.ebuild b/dev-python/twisted/twisted-22.10.0-r3.ebuild index 0b7893704b48..a2ad74a4b2c5 100644 --- a/dev-python/twisted/twisted-22.10.0-r3.ebuild +++ b/dev-python/twisted/twisted-22.10.0-r3.ebuild @@ -49,7 +49,7 @@ RDEPEND=" ) ssl? ( >=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}] - >=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}] + >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] >=dev-python/idna-2.4[${PYTHON_USEDEP}] ) " @@ -72,7 +72,7 @@ BDEPEND=" ) ssl? ( >=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}] - >=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}] + >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] ) ' "${PYTHON_TESTED[@]}") $(python_gen_cond_dep ' |