diff options
author | Alessandro-Barbieri <lssndrbarbieri@gmail.com> | 2021-06-20 18:47:32 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-21 01:17:24 +0200 |
commit | 0f35e5e83a2b36c4d10078d7893727fa5f62834a (patch) | |
tree | a1780b69ee17768c63d7a0093aa770e69a847b10 /sys-cluster/placement | |
parent | */*: remove old maintainers from metadata (diff) | |
download | guru-0f35e5e83a2b36c4d10078d7893727fa5f62834a.tar.gz guru-0f35e5e83a2b36c4d10078d7893727fa5f62834a.tar.bz2 guru-0f35e5e83a2b36c4d10078d7893727fa5f62834a.zip |
*/*: remove python3_7
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sys-cluster/placement')
-rw-r--r-- | sys-cluster/placement/placement-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/placement/placement-4.0.0.ebuild b/sys-cluster/placement/placement-4.0.0.ebuild index 5b83b21d6..ab423c519 100644 --- a/sys-cluster/placement/placement-4.0.0.ebuild +++ b/sys-cluster/placement/placement-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 ) +PYTHON_COMPAT=( python3_8 ) inherit distutils-r1 |