commit: d6b694418f4383968caccf7032722ae2049531b4 Author: Jonas Licht <jonas.licht <AT> fem <DOT> tu-ilmenau <DOT> de> AuthorDate: Mon Mar 1 19:54:49 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Mar 6 15:12:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b69441
net-analyzer/ospd: change to setup.py because pyproject is broken Closes: https://bugs.gentoo.org/771870 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jonas Licht <jonas.licht <AT> fem.tu-ilmenau.de> Closes: https://github.com/gentoo/gentoo/pull/19726 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-analyzer/ospd/ospd-2.0.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-analyzer/ospd/ospd-2.0.1.ebuild b/net-analyzer/ospd/ospd-2.0.1.ebuild index 67790c9260c..124b5a105ea 100644 --- a/net-analyzer/ospd/ospd-2.0.1.ebuild +++ b/net-analyzer/ospd/ospd-2.0.1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml inherit distutils-r1 DESCRIPTION="Base class for scanner wrappers,communication protocol for GVM"