mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
dev-python/aesara: Remove obsolete setup.cfg hack
The eclass bug was fixed in 40c3f5de5bc7bb569da1a65da80bb30556fbfc9eand
and setup.{cfg,py} no longer has to exist.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -55,7 +55,6 @@ src_prepare() {
|
||||
# do not claim "bin" package (sic!)
|
||||
rm bin/__init__.py || die
|
||||
# setuptools_scm wants to read PV from git
|
||||
touch setup.cfg || die
|
||||
git init -q || die
|
||||
git config --global user.email "larry@gentoo.org" || die
|
||||
git config --global user.name "Larry the Cow" || die
|
||||
|
||||
Reference in New Issue
Block a user