mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/sqlalchemy: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -16,7 +16,7 @@ HOMEPAGE="
|
||||
https://pypi.org/project/SQLAlchemy/
|
||||
https://github.com/sqlalchemy/sqlalchemy/
|
||||
"
|
||||
SRC_URI="$(pypi_sdist_url "${MY_PN}")"
|
||||
SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN}")"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
Reference in New Issue
Block a user