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/autobahn | |
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/autobahn')
-rw-r--r-- | dev-python/autobahn/autobahn-23.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/autobahn/autobahn-23.6.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/autobahn/autobahn-23.1.2.ebuild b/dev-python/autobahn/autobahn-23.1.2.ebuild index 9151e5606158..089eb0da61b2 100644 --- a/dev-python/autobahn/autobahn-23.1.2.ebuild +++ b/dev-python/autobahn/autobahn-23.1.2.ebuild @@ -44,7 +44,7 @@ BDEPEND=" >=dev-python/py-ubjson-0.16.1[${PYTHON_USEDEP}] >=dev-python/flatbuffers-22.12.06[${PYTHON_USEDEP}] >=dev-python/pyopenssl-20.0.1[${PYTHON_USEDEP}] - >=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}] + >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}] >=dev-python/pytrie-0.4[${PYTHON_USEDEP}] >=dev-python/cffi-1.14.5[${PYTHON_USEDEP}] @@ -103,7 +103,7 @@ pkg_postinst() { optfeature "accelerated WAMP serialization support" \ "dev-python/msgpack dev-python/ujson dev-python/cbor2 dev-python/flatbuffers dev-python/py-ubjson" optfeature "TLS transport encryption" \ - "dev-python/pyopenssl dev-python/pynacl dev-python/pytrie dev-python/qrcode dev-python/service_identity" + "dev-python/pyopenssl dev-python/pynacl dev-python/pytrie dev-python/qrcode dev-python/service-identity" optfeature "WAMP-SCRAM authentication" \ "dev-python/cffi dev-python/argon2-cffi dev-python/passlib" optfeature "native SIMD acceleration" "dev-python/cffi" diff --git a/dev-python/autobahn/autobahn-23.6.1.ebuild b/dev-python/autobahn/autobahn-23.6.1.ebuild index ee9d53b4652b..c08bf3dc62a7 100644 --- a/dev-python/autobahn/autobahn-23.6.1.ebuild +++ b/dev-python/autobahn/autobahn-23.6.1.ebuild @@ -44,7 +44,7 @@ BDEPEND=" >=dev-python/py-ubjson-0.16.1[${PYTHON_USEDEP}] >=dev-python/flatbuffers-22.12.06[${PYTHON_USEDEP}] >=dev-python/pyopenssl-20.0.1[${PYTHON_USEDEP}] - >=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}] + >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}] >=dev-python/pytrie-0.4[${PYTHON_USEDEP}] >=dev-python/cffi-1.14.5[${PYTHON_USEDEP}] @@ -103,7 +103,7 @@ pkg_postinst() { optfeature "accelerated WAMP serialization support" \ "dev-python/msgpack dev-python/ujson dev-python/cbor2 dev-python/flatbuffers dev-python/py-ubjson" optfeature "TLS transport encryption" \ - "dev-python/pyopenssl dev-python/pynacl dev-python/pytrie dev-python/qrcode dev-python/service_identity" + "dev-python/pyopenssl dev-python/pynacl dev-python/pytrie dev-python/qrcode dev-python/service-identity" optfeature "WAMP-SCRAM authentication" \ "dev-python/cffi dev-python/argon2-cffi dev-python/passlib" optfeature "native SIMD acceleration" "dev-python/cffi" |