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:
Michał Górny
2023-02-07 15:33:12 +01:00
parent 47e42fb5ae
commit 0fec922be3

View File

@@ -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