diff options
author | Jonas Licht <jonas.licht@fem.tu-ilmenau.de> | 2021-03-01 20:54:49 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-06 17:12:52 +0200 |
commit | d6b694418f4383968caccf7032722ae2049531b4 (patch) | |
tree | 903b5632d240071412e56396475beb6bc1c7c6c0 /net-analyzer/ospd | |
parent | dev-python/xdg: Add blocker against dev-python/pyxdg (diff) | |
download | gentoo-d6b694418f4383968caccf7032722ae2049531b4.tar.gz gentoo-d6b694418f4383968caccf7032722ae2049531b4.tar.bz2 gentoo-d6b694418f4383968caccf7032722ae2049531b4.zip |
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@fem.tu-ilmenau.de>
Closes: https://github.com/gentoo/gentoo/pull/19726
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/ospd')
-rw-r--r-- | net-analyzer/ospd/ospd-2.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/ospd/ospd-2.0.1.ebuild b/net-analyzer/ospd/ospd-2.0.1.ebuild index 67790c9260cd..124b5a105ea8 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" |